Html Css Color HEX #CEA35A Apache

📋 copy color: '#CEA35A'

red 206 ◦ green 163 ◦ blue 90

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

Shades of Apache #CEA35A

Tints of Apache #CEA35A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

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

R = 44.88%
G = 35.51%
B = 19.61%

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

#CEA35A (or 0xCEA35A) is known color: Apache. HEX triplet: CE, A3 and 5A. RGB value is (206,163,90). Sum of RGB (Red+Green+Blue) = 206+163+90=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA35A is #315CA5. Grayscale: #A7A7A7. Windows color (decimal): -3234982 or 5940174. OLE color: 5940174.

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

Color convert

RGB 206 163 90 -
CMYK 0 0.21 0.56 0.19
HSL 37.76º 0.54% 0.58% -
HSV(B) 37.76º 0.56% 0.81% -
XYZ 40.4 40.05 15.28 -
YUV 167.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 206 163 90 0 0.21 0.56 0.19 37.76 0.54 0.58
Hex CE A3 5A 0 15 38 13 26 36 3A
Octal 316 243 132 0 25 70 23 46 66 72
Binary 11001110 10100011 1011010 0 10101 111000 10011 100110 110110 111010

Color Harmonies of #CEA35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA35A

Black with #CEA35A

Text Example


Text Example

White with #CEA35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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