Html Css Color HEX #CE9E25 Galliano

📋 copy color: '#CE9E25'

red 206 ◦ green 158 ◦ blue 37

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

Shades of Galliano #CE9E25

Tints of Galliano #CE9E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.23%

R = 51.37%
G = 39.4%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE9E25 (or 0xCE9E25) is known color: Galliano. HEX triplet: CE, 9E and 25. RGB value is (206,158,37). Sum of RGB (Red+Green+Blue) = 206+158+37=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E25 is #3161DA. Grayscale: #9F9F9F. Windows color (decimal): -3236315 or 2465486. OLE color: 2465486.

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

Color convert

RGB 206 158 37 -
CMYK 0 0.23 0.82 0.19
HSL 42.96º 0.7% 0.48% -
HSV(B) 42.96º 0.82% 0.81% -
XYZ 38.01 37.71 7.03 -
YUV 158.56 59.4 161.84 -
System Red Green Blue C M Y K H S L
Decimal 206 158 37 0 0.23 0.82 0.19 42.96 0.7 0.48
Hex CE 9E 25 0 17 52 13 2B 46 30
Octal 316 236 45 0 27 122 23 53 106 60
Binary 11001110 10011110 100101 0 10111 1010010 10011 101011 1000110 110000

Color Harmonies of #CE9E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E25

Black with #CE9E25

Text Example


Text Example

White with #CE9E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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