Html Css Color HEX #EDF330 Golden Fizz

📋 copy color: '#EDF330'

red 237 ◦ green 243 ◦ blue 48

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

Shades of Golden Fizz #EDF330

Tints of Golden Fizz #EDF330

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.02%

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

R = 44.89%
G = 46.02%
B = 9.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#EDF330 (or 0xEDF330) is known color: Golden Fizz. HEX triplet: ED, F3 and 30. RGB value is (237,243,48). Sum of RGB (Red+Green+Blue) = 237+243+48=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 48 (19.14% from 255 or 9.09% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF330 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF330 is #120CCF. Grayscale: #DBDBDB. Windows color (decimal): -1182928 or 3208173. OLE color: 3208173.

HSL color Cylindrical-coordinate representation of color #EDF330: hue angle of 61.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF330 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 48 -
CMYK 0.02 0 0.80 0.05
HSL 61.85º 0.89% 0.57% -
HSV(B) 61.85º 0.8% 0.95% -
XYZ 67.51 82.32 15.13 -
YUV 218.98 31.51 140.86 -
System Red Green Blue C M Y K H S L
Decimal 237 243 48 0.02 0 0.80 0.05 61.85 0.89 0.57
Hex ED F3 30 2 0 50 5 3E 59 39
Octal 355 363 60 2 0 120 5 76 131 71
Binary 11101101 11110011 110000 10 0 1010000 101 111110 1011001 111001

Color Harmonies of #EDF330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF330

Black with #EDF330

Text Example


Text Example

White with #EDF330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF330; }

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

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

background-color css

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

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

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

border-color css

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

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

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