Html Css Color HEX #CEA30F Galliano

📋 copy color: '#CEA30F'

red 206 ◦ green 163 ◦ blue 15

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

Shades of Galliano #CEA30F

Tints of Galliano #CEA30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.45%

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 53.65%
G = 42.45%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEA30F (or 0xCEA30F) is known color: Galliano. HEX triplet: CE, A3 and 0F. RGB value is (206,163,15). Sum of RGB (Red+Green+Blue) = 206+163+15=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA30F is #315CF0. Grayscale: #9F9F9F. Windows color (decimal): -3235057 or 1024974. OLE color: 1024974.

HSL color Cylindrical-coordinate representation of color #CEA30F: hue angle of 46.49º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEA30F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 15 -
CMYK 0 0.21 0.93 0.19
HSL 46.49º 0.86% 0.43% -
HSV(B) 46.49º 0.93% 0.81% -
XYZ 38.64 39.35 6.01 -
YUV 158.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 206 163 15 0 0.21 0.93 0.19 46.49 0.86 0.43
Hex CE A3 F 0 15 5D 13 2E 56 2B
Octal 316 243 17 0 25 135 23 56 126 53
Binary 11001110 10100011 1111 0 10101 1011101 10011 101110 1010110 101011

Color Harmonies of #CEA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA30F

Black with #CEA30F

Text Example


Text Example

White with #CEA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA30F; }

 p { color: rgb(206,163,15); }

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

background-color css

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

 a { background-color: rgb(206,163,15); }

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

border-color css

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

 span { border-color: rgb(206,163,15); }

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