Html Css Color HEX #EEED30 Golden Fizz

📋 copy color: '#EEED30'

red 238 ◦ green 237 ◦ blue 48

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

Shades of Golden Fizz #EEED30

Tints of Golden Fizz #EEED30

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.32%

 BLUE value IS 48 (19.14% from 255) = 9.18%

R = 45.51%
G = 45.32%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEED30 (or 0xEEED30) is known color: Golden Fizz. HEX triplet: EE, ED and 30. RGB value is (238,237,48). Sum of RGB (Red+Green+Blue) = 238+237+48=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED30 is #1112CF. Grayscale: #D8D8D8. Windows color (decimal): -1118928 or 3206638. OLE color: 3206638.

HSL color Cylindrical-coordinate representation of color #EEED30: hue angle of 59.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEED30 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 48 -
CMYK 0 0.00 0.80 0.07
HSL 59.68º 0.85% 0.56% -
HSV(B) 59.68º 0.8% 0.93% -
XYZ 66.08 78.96 14.55 -
YUV 215.75 33.33 143.87 -
System Red Green Blue C M Y K H S L
Decimal 238 237 48 0 0.00 0.80 0.07 59.68 0.85 0.56
Hex EE ED 30 0 0 50 7 3C 55 38
Octal 356 355 60 0 0 120 7 74 125 70
Binary 11101110 11101101 110000 0 0 1010000 111 111100 1010101 111000

Color Harmonies of #EEED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED30

Black with #EEED30

Text Example


Text Example

White with #EEED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED30; }

 p { color: rgb(238,237,48); }

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

background-color css

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

 a { background-color: rgb(238,237,48); }

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

border-color css

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

 span { border-color: rgb(238,237,48); }

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