Html Css Color HEX #CEA90B Galliano

📋 copy color: '#CEA90B'

red 206 ◦ green 169 ◦ blue 11

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

Shades of Galliano #CEA90B

Tints of Galliano #CEA90B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.78%

 BLUE value IS 11 (4.69% from 255) = 2.85%

R = 53.37%
G = 43.78%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEA90B (or 0xCEA90B) is known color: Galliano. HEX triplet: CE, A9 and 0B. RGB value is (206,169,11). Sum of RGB (Red+Green+Blue) = 206+169+11=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA90B is #3156F4. Grayscale: #A2A2A2. Windows color (decimal): -3233525 or 764366. OLE color: 764366.

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

Color convert

RGB 206 169 11 -
CMYK 0 0.18 0.95 0.19
HSL 48.62º 0.9% 0.43% -
HSV(B) 48.62º 0.95% 0.81% -
XYZ 39.7 41.52 6.24 -
YUV 162.05 42.76 159.35 -
System Red Green Blue C M Y K H S L
Decimal 206 169 11 0 0.18 0.95 0.19 48.62 0.9 0.43
Hex CE A9 B 0 12 5F 13 31 5A 2B
Octal 316 251 13 0 22 137 23 61 132 53
Binary 11001110 10101001 1011 0 10010 1011111 10011 110001 1011010 101011

Color Harmonies of #CEA90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA90B

Black with #CEA90B

Text Example


Text Example

White with #CEA90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA90B; }

 p { color: rgb(206,169,11); }

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

background-color css

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

 a { background-color: rgb(206,169,11); }

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

border-color css

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

 span { border-color: rgb(206,169,11); }

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