Html Css Color HEX #EEB222 Gold Tips

📋 copy color: '#EEB222'

red 238 ◦ green 178 ◦ blue 34

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

Shades of Gold Tips #EEB222

Tints of Gold Tips #EEB222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.56%

R = 52.89%
G = 39.56%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EEB222 (or 0xEEB222) is known color: Gold Tips. HEX triplet: EE, B2 and 22. RGB value is (238,178,34). Sum of RGB (Red+Green+Blue) = 238+178+34=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB222 is #114DDD. Grayscale: #B4B4B4. Windows color (decimal): -1134046 or 2274030. OLE color: 2274030.

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

Color convert

RGB 238 178 34 -
CMYK 0 0.25 0.86 0.07
HSL 42.35º 0.86% 0.53% -
HSV(B) 42.35º 0.86% 0.93% -
XYZ 51.47 50.13 8.48 -
YUV 179.52 45.88 169.71 -
System Red Green Blue C M Y K H S L
Decimal 238 178 34 0 0.25 0.86 0.07 42.35 0.86 0.53
Hex EE B2 22 0 19 56 7 2A 56 35
Octal 356 262 42 0 31 126 7 52 126 65
Binary 11101110 10110010 100010 0 11001 1010110 111 101010 1010110 110101

Color Harmonies of #EEB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB222

Black with #EEB222

Text Example


Text Example

White with #EEB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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