Html Css Color HEX #CEA224 Galliano

📋 copy color: '#CEA224'

red 206 ◦ green 162 ◦ blue 36

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

Shades of Galliano #CEA224

Tints of Galliano #CEA224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.91%

R = 50.99%
G = 40.1%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA224 (or 0xCEA224) is known color: Galliano. HEX triplet: CE, A2 and 24. RGB value is (206,162,36). Sum of RGB (Red+Green+Blue) = 206+162+36=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA224 is #315DDB. Grayscale: #A1A1A1. Windows color (decimal): -3235292 or 2400974. OLE color: 2400974.

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

Color convert

RGB 206 162 36 -
CMYK 0 0.21 0.83 0.19
HSL 44.47º 0.7% 0.47% -
HSV(B) 44.47º 0.83% 0.81% -
XYZ 38.69 39.09 7.17 -
YUV 160.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 206 162 36 0 0.21 0.83 0.19 44.47 0.7 0.47
Hex CE A2 24 0 15 53 13 2C 46 2F
Octal 316 242 44 0 25 123 23 54 106 57
Binary 11001110 10100010 100100 0 10101 1010011 10011 101100 1000110 101111

Color Harmonies of #CEA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA224

Black with #CEA224

Text Example


Text Example

White with #CEA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA224; }

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

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

background-color css

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

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

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

border-color css

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

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

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