Html Css Color HEX #EEEA30 Golden Fizz

📋 copy color: '#EEEA30'

red 238 ◦ green 234 ◦ blue 48

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

Shades of Golden Fizz #EEEA30

Tints of Golden Fizz #EEEA30

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45%

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

R = 45.77%
G = 45%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEEA30 (or 0xEEEA30) is known color: Golden Fizz. HEX triplet: EE, EA and 30. RGB value is (238,234,48). Sum of RGB (Red+Green+Blue) = 238+234+48=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEA30 is #1115CF. Grayscale: #D6D6D6. Windows color (decimal): -1119696 or 3205870. OLE color: 3205870.

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

Color convert

RGB 238 234 48 -
CMYK 0 0.02 0.80 0.07
HSL 58.74º 0.85% 0.56% -
HSV(B) 58.74º 0.8% 0.93% -
XYZ 65.22 77.24 14.27 -
YUV 213.99 34.33 145.12 -
System Red Green Blue C M Y K H S L
Decimal 238 234 48 0 0.02 0.80 0.07 58.74 0.85 0.56
Hex EE EA 30 0 2 50 7 3B 55 38
Octal 356 352 60 0 2 120 7 73 125 70
Binary 11101110 11101010 110000 0 10 1010000 111 111011 1010101 111000

Color Harmonies of #EEEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEA30

Black with #EEEA30

Text Example


Text Example

White with #EEEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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