Html Css Color HEX #CEA226 Galliano

📋 copy color: '#CEA226'

red 206 ◦ green 162 ◦ blue 38

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

Shades of Galliano #CEA226

Tints of Galliano #CEA226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.36%

R = 50.74%
G = 39.9%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEA226 (or 0xCEA226) is known color: Galliano. HEX triplet: CE, A2 and 26. RGB value is (206,162,38). Sum of RGB (Red+Green+Blue) = 206+162+38=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA226 is #315DD9. Grayscale: #A1A1A1. Windows color (decimal): -3235290 or 2532046. OLE color: 2532046.

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

Color convert

RGB 206 162 38 -
CMYK 0 0.21 0.82 0.19
HSL 44.29º 0.69% 0.48% -
HSV(B) 44.29º 0.82% 0.81% -
XYZ 38.72 39.1 7.34 -
YUV 161.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 206 162 38 0 0.21 0.82 0.19 44.29 0.69 0.48
Hex CE A2 26 0 15 52 13 2C 45 30
Octal 316 242 46 0 25 122 23 54 105 60
Binary 11001110 10100010 100110 0 10101 1010010 10011 101100 1000101 110000

Color Harmonies of #CEA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA226

Black with #CEA226

Text Example


Text Example

White with #CEA226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA226; }

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

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

background-color css

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

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

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

border-color css

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

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

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