Html Css Color HEX #CEA25A Apache

📋 copy color: '#CEA25A'

red 206 ◦ green 162 ◦ blue 90

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

Shades of Apache #CEA25A

Tints of Apache #CEA25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 44.98%
G = 35.37%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEA25A (or 0xCEA25A) is known color: Apache. HEX triplet: CE, A2 and 5A. RGB value is (206,162,90). Sum of RGB (Red+Green+Blue) = 206+162+90=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA25A is #315DA5. Grayscale: #A7A7A7. Windows color (decimal): -3235238 or 5939918. OLE color: 5939918.

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

Color convert

RGB 206 162 90 -
CMYK 0 0.21 0.56 0.19
HSL 37.24º 0.54% 0.58% -
HSV(B) 37.24º 0.56% 0.81% -
XYZ 40.22 39.7 15.22 -
YUV 166.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 206 162 90 0 0.21 0.56 0.19 37.24 0.54 0.58
Hex CE A2 5A 0 15 38 13 25 36 3A
Octal 316 242 132 0 25 70 23 45 66 72
Binary 11001110 10100010 1011010 0 10101 111000 10011 100101 110110 111010

Color Harmonies of #CEA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA25A

Black with #CEA25A

Text Example


Text Example

White with #CEA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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