Html Css Color HEX #CE9E24 Galliano

📋 copy color: '#CE9E24'

red 206 ◦ green 158 ◦ blue 36

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

Shades of Galliano #CE9E24

Tints of Galliano #CE9E24

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 36 (14.45% from 255) = 9%

R = 51.5%
G = 39.5%
B = 9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE9E24 (or 0xCE9E24) is known color: Galliano. HEX triplet: CE, 9E and 24. RGB value is (206,158,36). Sum of RGB (Red+Green+Blue) = 206+158+36=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E24 is #3161DB. Grayscale: #9E9E9E. Windows color (decimal): -3236316 or 2399950. OLE color: 2399950.

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

Color convert

RGB 206 158 36 -
CMYK 0 0.23 0.83 0.19
HSL 43.06º 0.7% 0.47% -
HSV(B) 43.06º 0.83% 0.81% -
XYZ 38 37.7 6.94 -
YUV 158.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 206 158 36 0 0.23 0.83 0.19 43.06 0.7 0.47
Hex CE 9E 24 0 17 53 13 2B 46 2F
Octal 316 236 44 0 27 123 23 53 106 57
Binary 11001110 10011110 100100 0 10111 1010011 10011 101011 1000110 101111

Color Harmonies of #CE9E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E24

Black with #CE9E24

Text Example


Text Example

White with #CE9E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E24; }

 p { color: rgb(206,158,36); }

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

background-color css

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

 a { background-color: rgb(206,158,36); }

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

border-color css

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

 span { border-color: rgb(206,158,36); }

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