Html Css Color HEX #CEA423 Galliano

📋 copy color: '#CEA423'

red 206 ◦ green 164 ◦ blue 35

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

Shades of Galliano #CEA423

Tints of Galliano #CEA423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 50.86%
G = 40.49%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA423 (or 0xCEA423) is known color: Galliano. HEX triplet: CE, A4 and 23. RGB value is (206,164,35). Sum of RGB (Red+Green+Blue) = 206+164+35=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA423 is #315BDC. Grayscale: #A2A2A2. Windows color (decimal): -3234781 or 2335950. OLE color: 2335950.

HSL color Cylindrical-coordinate representation of color #CEA423: hue angle of 45.26º degrees, saturation: 0.71, 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 #CEA423 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 35 -
CMYK 0 0.20 0.83 0.19
HSL 45.26º 0.71% 0.47% -
HSV(B) 45.26º 0.83% 0.81% -
XYZ 39.03 39.79 7.21 -
YUV 161.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 206 164 35 0 0.20 0.83 0.19 45.26 0.71 0.47
Hex CE A4 23 0 14 53 13 2D 47 2F
Octal 316 244 43 0 24 123 23 55 107 57
Binary 11001110 10100100 100011 0 10100 1010011 10011 101101 1000111 101111

Color Harmonies of #CEA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA423

Black with #CEA423

Text Example


Text Example

White with #CEA423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA423; }

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

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

background-color css

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

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

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

border-color css

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

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

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