Html Css Color HEX #CEA55E Apache

📋 copy color: '#CEA55E'

red 206 ◦ green 165 ◦ blue 94

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

Shades of Apache #CEA55E

Tints of Apache #CEA55E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

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

R = 44.3%
G = 35.48%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEA55E (or 0xCEA55E) is known color: Apache. HEX triplet: CE, A5 and 5E. RGB value is (206,165,94). Sum of RGB (Red+Green+Blue) = 206+165+94=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA55E is #315AA1. Grayscale: #A9A9A9. Windows color (decimal): -3234466 or 6202830. OLE color: 6202830.

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

Color convert

RGB 206 165 94 -
CMYK 0 0.20 0.54 0.19
HSL 38.04º 0.53% 0.59% -
HSV(B) 38.04º 0.54% 0.81% -
XYZ 40.93 40.84 16.32 -
YUV 169.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 206 165 94 0 0.20 0.54 0.19 38.04 0.53 0.59
Hex CE A5 5E 0 14 36 13 26 35 3B
Octal 316 245 136 0 24 66 23 46 65 73
Binary 11001110 10100101 1011110 0 10100 110110 10011 100110 110101 111011

Color Harmonies of #CEA55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA55E

Black with #CEA55E

Text Example


Text Example

White with #CEA55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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