Html Css Color HEX #EEB223 Gold Tips

📋 copy color: '#EEB223'

red 238 ◦ green 178 ◦ blue 35

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

Shades of Gold Tips #EEB223

Tints of Gold Tips #EEB223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.76%

R = 52.77%
G = 39.47%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EEB223 (or 0xEEB223) is known color: Gold Tips. HEX triplet: EE, B2 and 23. RGB value is (238,178,35). Sum of RGB (Red+Green+Blue) = 238+178+35=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB223 is #114DDC. Grayscale: #B4B4B4. Windows color (decimal): -1134045 or 2339566. OLE color: 2339566.

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

Color convert

RGB 238 178 35 -
CMYK 0 0.25 0.85 0.07
HSL 42.27º 0.86% 0.54% -
HSV(B) 42.27º 0.85% 0.93% -
XYZ 51.48 50.14 8.55 -
YUV 179.64 46.38 169.63 -
System Red Green Blue C M Y K H S L
Decimal 238 178 35 0 0.25 0.85 0.07 42.27 0.86 0.54
Hex EE B2 23 0 19 55 7 2A 56 36
Octal 356 262 43 0 31 125 7 52 126 66
Binary 11101110 10110010 100011 0 11001 1010101 111 101010 1010110 110110

Color Harmonies of #EEB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB223

Black with #EEB223

Text Example


Text Example

White with #EEB223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB223; }

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

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

background-color css

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

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

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

border-color css

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

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

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