Html Css Color HEX #EEB228 Gold Tips

📋 copy color: '#EEB228'

red 238 ◦ green 178 ◦ blue 40

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

Shades of Gold Tips #EEB228

Tints of Gold Tips #EEB228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.77%

R = 52.19%
G = 39.04%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEB228 (or 0xEEB228) is known color: Gold Tips. HEX triplet: EE, B2 and 28. RGB value is (238,178,40). Sum of RGB (Red+Green+Blue) = 238+178+40=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB228 is #114DD7. Grayscale: #B4B4B4. Windows color (decimal): -1134040 or 2667246. OLE color: 2667246.

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

Color convert

RGB 238 178 40 -
CMYK 0 0.25 0.83 0.07
HSL 41.82º 0.85% 0.55% -
HSV(B) 41.82º 0.83% 0.93% -
XYZ 51.56 50.17 8.97 -
YUV 180.21 48.88 169.22 -
System Red Green Blue C M Y K H S L
Decimal 238 178 40 0 0.25 0.83 0.07 41.82 0.85 0.55
Hex EE B2 28 0 19 53 7 2A 55 37
Octal 356 262 50 0 31 123 7 52 125 67
Binary 11101110 10110010 101000 0 11001 1010011 111 101010 1010101 110111

Color Harmonies of #EEB228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB228

Black with #EEB228

Text Example


Text Example

White with #EEB228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB228; }

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

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

background-color css

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

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

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

border-color css

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

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

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