Html Css Color HEX #EEB226 Gold Tips

📋 copy color: '#EEB226'

red 238 ◦ green 178 ◦ blue 38

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

Shades of Gold Tips #EEB226

Tints of Gold Tips #EEB226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.37%

R = 52.42%
G = 39.21%
B = 8.37%

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

#EEB226 (or 0xEEB226) is known color: Gold Tips. HEX triplet: EE, B2 and 26. RGB value is (238,178,38). Sum of RGB (Red+Green+Blue) = 238+178+38=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB226 is #114DD9. Grayscale: #B4B4B4. Windows color (decimal): -1134042 or 2536174. OLE color: 2536174.

HSL color Cylindrical-coordinate representation of color #EEB226: hue angle of 42º degrees, saturation: 0.85, 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 #EEB226 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 38 -
CMYK 0 0.25 0.84 0.07
HSL 42º 0.85% 0.54% -
HSV(B) 42º 0.84% 0.93% -
XYZ 51.53 50.16 8.8 -
YUV 179.98 47.88 169.38 -
System Red Green Blue C M Y K H S L
Decimal 238 178 38 0 0.25 0.84 0.07 42 0.85 0.54
Hex EE B2 26 0 19 54 7 2A 55 36
Octal 356 262 46 0 31 124 7 52 125 66
Binary 11101110 10110010 100110 0 11001 1010100 111 101010 1010101 110110

Color Harmonies of #EEB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB226

Black with #EEB226

Text Example


Text Example

White with #EEB226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB226; }

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

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

background-color css

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

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

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

border-color css

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

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

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