Html Css Color HEX #CEA34F Apache

📋 copy color: '#CEA34F'

red 206 ◦ green 163 ◦ blue 79

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

Shades of Apache #CEA34F

Tints of Apache #CEA34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.63%

R = 45.98%
G = 36.38%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CEA34F (or 0xCEA34F) is known color: Apache. HEX triplet: CE, A3 and 4F. RGB value is (206,163,79). Sum of RGB (Red+Green+Blue) = 206+163+79=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA34F is #315CB0. Grayscale: #A6A6A6. Windows color (decimal): -3234993 or 5219278. OLE color: 5219278.

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

Color convert

RGB 206 163 79 -
CMYK 0 0.21 0.62 0.19
HSL 39.69º 0.56% 0.56% -
HSV(B) 39.69º 0.62% 0.81% -
XYZ 39.96 39.88 12.99 -
YUV 166.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 206 163 79 0 0.21 0.62 0.19 39.69 0.56 0.56
Hex CE A3 4F 0 15 3E 13 28 38 38
Octal 316 243 117 0 25 76 23 50 70 70
Binary 11001110 10100011 1001111 0 10101 111110 10011 101000 111000 111000

Color Harmonies of #CEA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA34F

Black with #CEA34F

Text Example


Text Example

White with #CEA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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