#CE9825

Color #CE9825 Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #CE9825

Tints of Buttercup #CE9825

Color information

#CE9825 (or 0xCE9825) is unknown color: approx Buttercup. HEX triplet: CE, 98 and 25. RGB value is (206,152,37). Sum of RGB (Red+Green+Blue) = 206+152+37=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9825 is #3167DA. Grayscale: #9B9B9B. Windows color (decimal): -3237851 or 2463950. OLE color: 2463950.

HSL color Cylindrical-coordinate representation of color #CE9825: hue angle of 40.83º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE9825 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB20615237-
CMYK00.260.820.19
HSL40.83º69.55%47.65%-
HSV(B)40.83º82.04%80.78%-
XYZ37.0235.716.69-
YUV155.0461.39164.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 52.15%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 37 (14.84% from 255) = 9.37%
R=52.15%
G=38.48%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061523700.260.820.1940.8369.5547.65
HexCE982501A5213294630
Octal31623045032122235110660
Binary11001110100110001001010110101010010100111010011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9825; }

 p { color: rgb(206,152,37); }

 H1.HeaderClassName
 {
   color: #CE9825;
 }
 .AnyTagClassName
 {
   color: #CE9825;
 }
</style>
background-color css

<style>
 a { background-color: #CE9825; }

 a { background-color: rgb(206,152,37); }

 div.DivClassName
 {
   background-color: #CE9825;
 }
 .BgClassName
 {
   background-color: #CE9825;
 }
</style>
border-color css

<style>
 span { border-color: #CE9825; }

 span { border-color: rgb(206,152,37); }

 td.TdClassName
 {
   border-color: #CE9825;
 }
 .TagClassName
 {
   border-color: #CE9825;
 }
</style>