Html Css Color HEX #CEA41E Galliano

📋 copy color: '#CEA41E'

red 206 ◦ green 164 ◦ blue 30

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

Shades of Galliano #CEA41E

Tints of Galliano #CEA41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 51.5%
G = 41%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEA41E (or 0xCEA41E) is known color: Galliano. HEX triplet: CE, A4 and 1E. RGB value is (206,164,30). Sum of RGB (Red+Green+Blue) = 206+164+30=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA41E is #315BE1. Grayscale: #A1A1A1. Windows color (decimal): -3234786 or 2008270. OLE color: 2008270.

HSL color Cylindrical-coordinate representation of color #CEA41E: hue angle of 45.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEA41E is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 30 -
CMYK 0 0.20 0.85 0.19
HSL 45.68º 0.75% 0.46% -
HSV(B) 45.68º 0.85% 0.81% -
XYZ 38.96 39.77 6.85 -
YUV 161.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 206 164 30 0 0.20 0.85 0.19 45.68 0.75 0.46
Hex CE A4 1E 0 14 55 13 2E 4B 2E
Octal 316 244 36 0 24 125 23 56 113 56
Binary 11001110 10100100 11110 0 10100 1010101 10011 101110 1001011 101110

Color Harmonies of #CEA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA41E

Black with #CEA41E

Text Example


Text Example

White with #CEA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA41E; }

 p { color: rgb(206,164,30); }

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

background-color css

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

 a { background-color: rgb(206,164,30); }

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

border-color css

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

 span { border-color: rgb(206,164,30); }

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