Html Css Color HEX #EDF339 Golden Fizz

📋 copy color: '#EDF339'

red 237 ◦ green 243 ◦ blue 57

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

Shades of Golden Fizz #EDF339

Tints of Golden Fizz #EDF339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 10.61%

R = 44.13%
G = 45.25%
B = 10.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#EDF339 (or 0xEDF339) is known color: Golden Fizz. HEX triplet: ED, F3 and 39. RGB value is (237,243,57). Sum of RGB (Red+Green+Blue) = 237+243+57=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 57 (22.66% from 255 or 10.61% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF339 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF339 is #120CC6. Grayscale: #DCDCDC. Windows color (decimal): -1182919 or 3797997. OLE color: 3797997.

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

Color convert

RGB 237 243 57 -
CMYK 0.02 0 0.77 0.05
HSL 61.94º 0.89% 0.59% -
HSV(B) 61.94º 0.77% 0.95% -
XYZ 67.71 82.4 16.21 -
YUV 220 36.01 140.12 -
System Red Green Blue C M Y K H S L
Decimal 237 243 57 0.02 0 0.77 0.05 61.94 0.89 0.59
Hex ED F3 39 2 0 4D 5 3E 59 3B
Octal 355 363 71 2 0 115 5 76 131 73
Binary 11101101 11110011 111001 10 0 1001101 101 111110 1011001 111011

Color Harmonies of #EDF339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF339

Black with #EDF339

Text Example


Text Example

White with #EDF339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF339; }

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

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

background-color css

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

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

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

border-color css

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

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

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