Html Css Color HEX #EED530 Golden Fizz

📋 copy color: '#EED530'

red 238 ◦ green 213 ◦ blue 48

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

Shades of Golden Fizz #EED530

Tints of Golden Fizz #EED530

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.69%

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

R = 47.7%
G = 42.69%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EED530 (or 0xEED530) is known color: Golden Fizz. HEX triplet: EE, D5 and 30. RGB value is (238,213,48). Sum of RGB (Red+Green+Blue) = 238+213+48=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 48 (19.14% from 255 or 9.62% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EED530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED530 is #112ACF. Grayscale: #CACACA. Windows color (decimal): -1125072 or 3200494. OLE color: 3200494.

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

Color convert

RGB 238 213 48 -
CMYK 0 0.11 0.80 0.07
HSL 52.11º 0.85% 0.56% -
HSV(B) 52.11º 0.8% 0.93% -
XYZ 59.59 65.98 12.39 -
YUV 201.67 41.28 153.92 -
System Red Green Blue C M Y K H S L
Decimal 238 213 48 0 0.11 0.80 0.07 52.11 0.85 0.56
Hex EE D5 30 0 B 50 7 34 55 38
Octal 356 325 60 0 13 120 7 64 125 70
Binary 11101110 11010101 110000 0 1011 1010000 111 110100 1010101 111000

Color Harmonies of #EED530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED530

Black with #EED530

Text Example


Text Example

White with #EED530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED530; }

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

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

background-color css

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

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

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

border-color css

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

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

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