Html Css Color HEX #CEA725 Galliano

📋 copy color: '#CEA725'

red 206 ◦ green 167 ◦ blue 37

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

Shades of Galliano #CEA725

Tints of Galliano #CEA725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 50.24%
G = 40.73%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEA725 (or 0xCEA725) is known color: Galliano. HEX triplet: CE, A7 and 25. RGB value is (206,167,37). Sum of RGB (Red+Green+Blue) = 206+167+37=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA725 is #3158DA. Grayscale: #A4A4A4. Windows color (decimal): -3234011 or 2467790. OLE color: 2467790.

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

Color convert

RGB 206 167 37 -
CMYK 0 0.19 0.82 0.19
HSL 46.15º 0.7% 0.48% -
HSV(B) 46.15º 0.82% 0.81% -
XYZ 39.61 40.89 7.56 -
YUV 163.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 206 167 37 0 0.19 0.82 0.19 46.15 0.7 0.48
Hex CE A7 25 0 13 52 13 2E 46 30
Octal 316 247 45 0 23 122 23 56 106 60
Binary 11001110 10100111 100101 0 10011 1010010 10011 101110 1000110 110000

Color Harmonies of #CEA725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA725

Black with #CEA725

Text Example


Text Example

White with #CEA725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA725; }

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

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

background-color css

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

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

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

border-color css

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

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

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