Html Css Color HEX #CEA25E Apache

📋 copy color: '#CEA25E'

red 206 ◦ green 162 ◦ blue 94

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

Shades of Apache #CEA25E

Tints of Apache #CEA25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.35%

R = 44.59%
G = 35.06%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEA25E (or 0xCEA25E) is known color: Apache. HEX triplet: CE, A2 and 5E. RGB value is (206,162,94). Sum of RGB (Red+Green+Blue) = 206+162+94=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA25E is #315DA1. Grayscale: #A7A7A7. Windows color (decimal): -3235234 or 6202062. OLE color: 6202062.

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

Color convert

RGB 206 162 94 -
CMYK 0 0.21 0.54 0.19
HSL 36.43º 0.53% 0.59% -
HSV(B) 36.43º 0.54% 0.81% -
XYZ 40.39 39.77 16.14 -
YUV 167.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 206 162 94 0 0.21 0.54 0.19 36.43 0.53 0.59
Hex CE A2 5E 0 15 36 13 24 35 3B
Octal 316 242 136 0 25 66 23 44 65 73
Binary 11001110 10100010 1011110 0 10101 110110 10011 100100 110101 111011

Color Harmonies of #CEA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA25E

Black with #CEA25E

Text Example


Text Example

White with #CEA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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