Html Css Color HEX #CEA55A Apache

📋 copy color: '#CEA55A'

red 206 ◦ green 165 ◦ blue 90

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

Shades of Apache #CEA55A

Tints of Apache #CEA55A

RGB

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

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

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

R = 44.69%
G = 35.79%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEA55A (or 0xCEA55A) is known color: Apache. HEX triplet: CE, A5 and 5A. RGB value is (206,165,90). Sum of RGB (Red+Green+Blue) = 206+165+90=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA55A is #315AA5. Grayscale: #A9A9A9. Windows color (decimal): -3234470 or 5940686. OLE color: 5940686.

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

Color convert

RGB 206 165 90 -
CMYK 0 0.20 0.56 0.19
HSL 38.79º 0.54% 0.58% -
HSV(B) 38.79º 0.56% 0.81% -
XYZ 40.75 40.77 15.39 -
YUV 168.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 206 165 90 0 0.20 0.56 0.19 38.79 0.54 0.58
Hex CE A5 5A 0 14 38 13 27 36 3A
Octal 316 245 132 0 24 70 23 47 66 72
Binary 11001110 10100101 1011010 0 10100 111000 10011 100111 110110 111010

Color Harmonies of #CEA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA55A

Black with #CEA55A

Text Example


Text Example

White with #CEA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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