Html Css Color HEX #CEA35B Apache

📋 copy color: '#CEA35B'

red 206 ◦ green 163 ◦ blue 91

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

Shades of Apache #CEA35B

Tints of Apache #CEA35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 44.78%
G = 35.43%
B = 19.78%

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

#CEA35B (or 0xCEA35B) is known color: Apache. HEX triplet: CE, A3 and 5B. RGB value is (206,163,91). Sum of RGB (Red+Green+Blue) = 206+163+91=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA35B is #315CA4. Grayscale: #A7A7A7. Windows color (decimal): -3234981 or 6005710. OLE color: 6005710.

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

Color convert

RGB 206 163 91 -
CMYK 0 0.21 0.56 0.19
HSL 37.57º 0.54% 0.58% -
HSV(B) 37.57º 0.56% 0.81% -
XYZ 40.44 40.07 15.5 -
YUV 167.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 206 163 91 0 0.21 0.56 0.19 37.57 0.54 0.58
Hex CE A3 5B 0 15 38 13 26 36 3A
Octal 316 243 133 0 25 70 23 46 66 72
Binary 11001110 10100011 1011011 0 10101 111000 10011 100110 110110 111010

Color Harmonies of #CEA35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA35B

Black with #CEA35B

Text Example


Text Example

White with #CEA35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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