Html Css Color HEX #CEA626 Galliano

📋 copy color: '#CEA626'

red 206 ◦ green 166 ◦ blue 38

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

Shades of Galliano #CEA626

Tints of Galliano #CEA626

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.49%

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

R = 50.24%
G = 40.49%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEA626 (or 0xCEA626) is known color: Galliano. HEX triplet: CE, A6 and 26. RGB value is (206,166,38). Sum of RGB (Red+Green+Blue) = 206+166+38=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA626 is #3159D9. Grayscale: #A3A3A3. Windows color (decimal): -3234266 or 2533070. OLE color: 2533070.

HSL color Cylindrical-coordinate representation of color #CEA626: hue angle of 45.71º 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 #CEA626 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 38 -
CMYK 0 0.19 0.82 0.19
HSL 45.71º 0.69% 0.48% -
HSV(B) 45.71º 0.82% 0.81% -
XYZ 39.44 40.53 7.58 -
YUV 163.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 206 166 38 0 0.19 0.82 0.19 45.71 0.69 0.48
Hex CE A6 26 0 13 52 13 2E 45 30
Octal 316 246 46 0 23 122 23 56 105 60
Binary 11001110 10100110 100110 0 10011 1010010 10011 101110 1000101 110000

Color Harmonies of #CEA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA626

Black with #CEA626

Text Example


Text Example

White with #CEA626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA626; }

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

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

background-color css

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

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

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

border-color css

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

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

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