Html Css Color HEX #CEA249 Sundance

📋 copy color: '#CEA249'

red 206 ◦ green 162 ◦ blue 73

#CEA249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #CEA249

Tints of Sundance #CEA249

RGB

 RED value IS 206 (80.86% from 255) = 46.71%

 GREEN value IS 162 (63.67% from 255) = 36.73%

 BLUE value IS 73 (28.91% from 255) = 16.55%

R = 46.71%
G = 36.73%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEA249 (or 0xCEA249) is known color: Sundance. HEX triplet: CE, A2 and 49. RGB value is (206,162,73). Sum of RGB (Red+Green+Blue) = 206+162+73=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA249 is #315DB6. Grayscale: #A5A5A5. Windows color (decimal): -3235255 or 4825806. OLE color: 4825806.

HSL color Cylindrical-coordinate representation of color #CEA249: hue angle of 40.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEA249 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 162 73 -
CMYK 0 0.21 0.65 0.19
HSL 40.15º 0.58% 0.55% -
HSV(B) 40.15º 0.65% 0.81% -
XYZ 39.58 39.44 11.83 -
YUV 165.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 206 162 73 0 0.21 0.65 0.19 40.15 0.58 0.55
Hex CE A2 49 0 15 41 13 28 3A 37
Octal 316 242 111 0 25 101 23 50 72 67
Binary 11001110 10100010 1001001 0 10101 1000001 10011 101000 111010 110111

Color Harmonies of #CEA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA249

Black with #CEA249

Text Example


Text Example

White with #CEA249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA249; }

 p { color: rgb(206,162,73); }

 H1.HeaderClassName
 {
   color: #CEA249;
 }
 .AnyTagClassName
 {
   color: #CEA249;
 }
</style>

background-color css

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

 a { background-color: rgb(206,162,73); }

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

border-color css

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

 span { border-color: rgb(206,162,73); }

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