Html Css Color HEX #CEA254 Apache

📋 copy color: '#CEA254'

red 206 ◦ green 162 ◦ blue 84

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

Shades of Apache #CEA254

Tints of Apache #CEA254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.58%

R = 45.58%
G = 35.84%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CEA254 (or 0xCEA254) is known color: Apache. HEX triplet: CE, A2 and 54. RGB value is (206,162,84). Sum of RGB (Red+Green+Blue) = 206+162+84=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA254 is #315DAB. Grayscale: #A6A6A6. Windows color (decimal): -3235244 or 5546702. OLE color: 5546702.

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

Color convert

RGB 206 162 84 -
CMYK 0 0.21 0.59 0.19
HSL 38.36º 0.55% 0.57% -
HSV(B) 38.36º 0.59% 0.81% -
XYZ 39.97 39.6 13.92 -
YUV 166.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 206 162 84 0 0.21 0.59 0.19 38.36 0.55 0.57
Hex CE A2 54 0 15 3B 13 26 37 39
Octal 316 242 124 0 25 73 23 46 67 71
Binary 11001110 10100010 1010100 0 10101 111011 10011 100110 110111 111001

Color Harmonies of #CEA254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA254

Black with #CEA254

Text Example


Text Example

White with #CEA254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA254; }

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

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

background-color css

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

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

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

border-color css

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

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

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