Html Css Color HEX #CEA250 Apache

📋 copy color: '#CEA250'

red 206 ◦ green 162 ◦ blue 80

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

Shades of Apache #CEA250

Tints of Apache #CEA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.16%

 BLUE value IS 80 (31.64% from 255) = 17.86%

R = 45.98%
G = 36.16%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CEA250 (or 0xCEA250) is known color: Apache. HEX triplet: CE, A2 and 50. RGB value is (206,162,80). Sum of RGB (Red+Green+Blue) = 206+162+80=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA250 is #315DAF. Grayscale: #A6A6A6. Windows color (decimal): -3235248 or 5284558. OLE color: 5284558.

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

Color convert

RGB 206 162 80 -
CMYK 0 0.21 0.61 0.19
HSL 39.05º 0.56% 0.56% -
HSV(B) 39.05º 0.61% 0.81% -
XYZ 39.82 39.54 13.12 -
YUV 165.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 206 162 80 0 0.21 0.61 0.19 39.05 0.56 0.56
Hex CE A2 50 0 15 3D 13 27 38 38
Octal 316 242 120 0 25 75 23 47 70 70
Binary 11001110 10100010 1010000 0 10101 111101 10011 100111 111000 111000

Color Harmonies of #CEA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA250

Black with #CEA250

Text Example


Text Example

White with #CEA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA250; }

 p { color: rgb(206,162,80); }

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

background-color css

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

 a { background-color: rgb(206,162,80); }

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

border-color css

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

 span { border-color: rgb(206,162,80); }

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