Html Css Color HEX #EEB323 Gold Tips

📋 copy color: '#EEB323'

red 238 ◦ green 179 ◦ blue 35

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

Shades of Gold Tips #EEB323

Tints of Gold Tips #EEB323

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 52.65%
G = 39.6%
B = 7.74%

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

#EEB323 (or 0xEEB323) is known color: Gold Tips. HEX triplet: EE, B3 and 23. RGB value is (238,179,35). Sum of RGB (Red+Green+Blue) = 238+179+35=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 35 (14.06% from 255 or 7.74% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB323 is #114CDC. Grayscale: #B4B4B4. Windows color (decimal): -1133789 or 2339822. OLE color: 2339822.

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

Color convert

RGB 238 179 35 -
CMYK 0 0.25 0.85 0.07
HSL 42.56º 0.86% 0.54% -
HSV(B) 42.56º 0.85% 0.93% -
XYZ 51.68 50.54 8.62 -
YUV 180.23 46.05 169.21 -
System Red Green Blue C M Y K H S L
Decimal 238 179 35 0 0.25 0.85 0.07 42.56 0.86 0.54
Hex EE B3 23 0 19 55 7 2B 56 36
Octal 356 263 43 0 31 125 7 53 126 66
Binary 11101110 10110011 100011 0 11001 1010101 111 101011 1010110 110110

Color Harmonies of #EEB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB323

Black with #EEB323

Text Example


Text Example

White with #EEB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB323; }

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

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

background-color css

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

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

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

border-color css

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

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

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