Html Css Color HEX #EDF430 Golden Fizz

📋 copy color: '#EDF430'

red 237 ◦ green 244 ◦ blue 48

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

Shades of Golden Fizz #EDF430

Tints of Golden Fizz #EDF430

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.12%

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

R = 44.8%
G = 46.12%
B = 9.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#EDF430 (or 0xEDF430) is known color: Golden Fizz. HEX triplet: ED, F4 and 30. RGB value is (237,244,48). Sum of RGB (Red+Green+Blue) = 237+244+48=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 48 (19.14% from 255 or 9.07% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF430 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF430 is #120BCF. Grayscale: #DCDCDC. Windows color (decimal): -1182672 or 3208429. OLE color: 3208429.

HSL color Cylindrical-coordinate representation of color #EDF430: hue angle of 62.14º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF430 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 48 -
CMYK 0.03 0 0.80 0.04
HSL 62.14º 0.9% 0.57% -
HSV(B) 62.14º 0.8% 0.96% -
XYZ 67.81 82.92 15.23 -
YUV 219.56 31.18 140.44 -
System Red Green Blue C M Y K H S L
Decimal 237 244 48 0.03 0 0.80 0.04 62.14 0.9 0.57
Hex ED F4 30 3 0 50 4 3E 5A 39
Octal 355 364 60 3 0 120 4 76 132 71
Binary 11101101 11110100 110000 11 0 1010000 100 111110 1011010 111001

Color Harmonies of #EDF430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF430

Black with #EDF430

Text Example


Text Example

White with #EDF430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF430; }

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

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

background-color css

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

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

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

border-color css

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

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

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