Html Css Color HEX #EEB225 Gold Tips

📋 copy color: '#EEB225'

red 238 ◦ green 178 ◦ blue 37

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

Shades of Gold Tips #EEB225

Tints of Gold Tips #EEB225

RGB

 RED value IS 238 (93.36% from 255) = 52.54%

 GREEN value IS 178 (69.92% from 255) = 39.29%

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

R = 52.54%
G = 39.29%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEB225 (or 0xEEB225) is known color: Gold Tips. HEX triplet: EE, B2 and 25. RGB value is (238,178,37). Sum of RGB (Red+Green+Blue) = 238+178+37=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB225 is #114DDA. Grayscale: #B4B4B4. Windows color (decimal): -1134043 or 2470638. OLE color: 2470638.

HSL color Cylindrical-coordinate representation of color #EEB225: hue angle of 42.09º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEB225 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 37 -
CMYK 0 0.25 0.84 0.07
HSL 42.09º 0.86% 0.54% -
HSV(B) 42.09º 0.84% 0.93% -
XYZ 51.51 50.15 8.72 -
YUV 179.87 47.38 169.46 -
System Red Green Blue C M Y K H S L
Decimal 238 178 37 0 0.25 0.84 0.07 42.09 0.86 0.54
Hex EE B2 25 0 19 54 7 2A 56 36
Octal 356 262 45 0 31 124 7 52 126 66
Binary 11101110 10110010 100101 0 11001 1010100 111 101010 1010110 110110

Color Harmonies of #EEB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB225

Black with #EEB225

Text Example


Text Example

White with #EEB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB225; }

 p { color: rgb(238,178,37); }

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

background-color css

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

 a { background-color: rgb(238,178,37); }

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

border-color css

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

 span { border-color: rgb(238,178,37); }

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