Html Css Color HEX #CEA248 Sundance

📋 copy color: '#CEA248'

red 206 ◦ green 162 ◦ blue 72

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

Shades of Sundance #CEA248

Tints of Sundance #CEA248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.36%

R = 46.82%
G = 36.82%
B = 16.36%

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

#CEA248 (or 0xCEA248) is known color: Sundance. HEX triplet: CE, A2 and 48. RGB value is (206,162,72). Sum of RGB (Red+Green+Blue) = 206+162+72=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA248 is #315DB7. Grayscale: #A5A5A5. Windows color (decimal): -3235256 or 4760270. OLE color: 4760270.

HSL color Cylindrical-coordinate representation of color #CEA248: hue angle of 40.3º 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 #CEA248 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 162 72 -
CMYK 0 0.21 0.65 0.19
HSL 40.3º 0.58% 0.55% -
HSV(B) 40.3º 0.65% 0.81% -
XYZ 39.54 39.43 11.66 -
YUV 164.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 206 162 72 0 0.21 0.65 0.19 40.3 0.58 0.55
Hex CE A2 48 0 15 41 13 28 3A 37
Octal 316 242 110 0 25 101 23 50 72 67
Binary 11001110 10100010 1001000 0 10101 1000001 10011 101000 111010 110111

Color Harmonies of #CEA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA248

Black with #CEA248

Text Example


Text Example

White with #CEA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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