Html Css Color HEX #EDE530 Golden Fizz

📋 copy color: '#EDE530'

red 237 ◦ green 229 ◦ blue 48

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

Shades of Golden Fizz #EDE530

Tints of Golden Fizz #EDE530

RGB

 RED value IS 237 (92.97% from 255) = 46.11%

 GREEN value IS 229 (89.84% from 255) = 44.55%

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

R = 46.11%
G = 44.55%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDE530 (or 0xEDE530) is known color: Golden Fizz. HEX triplet: ED, E5 and 30. RGB value is (237,229,48). Sum of RGB (Red+Green+Blue) = 237+229+48=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE530 is #121ACF. Grayscale: #D3D3D3. Windows color (decimal): -1186512 or 3204589. OLE color: 3204589.

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

Color convert

RGB 237 229 48 -
CMYK 0 0.03 0.80 0.07
HSL 57.46º 0.84% 0.56% -
HSV(B) 57.46º 0.8% 0.93% -
XYZ 63.48 74.26 13.78 -
YUV 210.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 237 229 48 0 0.03 0.80 0.07 57.46 0.84 0.56
Hex ED E5 30 0 3 50 7 39 54 38
Octal 355 345 60 0 3 120 7 71 124 70
Binary 11101101 11100101 110000 0 11 1010000 111 111001 1010100 111000

Color Harmonies of #EDE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE530

Black with #EDE530

Text Example


Text Example

White with #EDE530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE530; }

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

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

background-color css

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

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

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

border-color css

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

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

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