Html Css Color HEX #CEA726 Galliano

📋 copy color: '#CEA726'

red 206 ◦ green 167 ◦ blue 38

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

Shades of Galliano #CEA726

Tints of Galliano #CEA726

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 50.12%
G = 40.63%
B = 9.25%

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

#CEA726 (or 0xCEA726) is known color: Galliano. HEX triplet: CE, A7 and 26. RGB value is (206,167,38). Sum of RGB (Red+Green+Blue) = 206+167+38=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA726 is #3158D9. Grayscale: #A4A4A4. Windows color (decimal): -3234010 or 2533326. OLE color: 2533326.

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

Color convert

RGB 206 167 38 -
CMYK 0 0.19 0.82 0.19
HSL 46.07º 0.69% 0.48% -
HSV(B) 46.07º 0.82% 0.81% -
XYZ 39.62 40.9 7.64 -
YUV 163.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 206 167 38 0 0.19 0.82 0.19 46.07 0.69 0.48
Hex CE A7 26 0 13 52 13 2E 45 30
Octal 316 247 46 0 23 122 23 56 105 60
Binary 11001110 10100111 100110 0 10011 1010010 10011 101110 1000101 110000

Color Harmonies of #CEA726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA726

Black with #CEA726

Text Example


Text Example

White with #CEA726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA726; }

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

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

background-color css

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

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

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

border-color css

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

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

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