Html Css Color HEX #EDF336 Golden Fizz

📋 copy color: '#EDF336'

red 237 ◦ green 243 ◦ blue 54

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

Shades of Golden Fizz #EDF336

Tints of Golden Fizz #EDF336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.11%

R = 44.38%
G = 45.51%
B = 10.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#EDF336 (or 0xEDF336) is known color: Golden Fizz. HEX triplet: ED, F3 and 36. RGB value is (237,243,54). Sum of RGB (Red+Green+Blue) = 237+243+54=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 54 (21.48% from 255 or 10.11% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF336 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF336 is #120CC9. Grayscale: #DCDCDC. Windows color (decimal): -1182922 or 3601389. OLE color: 3601389.

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

Color convert

RGB 237 243 54 -
CMYK 0.02 0 0.78 0.05
HSL 61.9º 0.89% 0.58% -
HSV(B) 61.9º 0.78% 0.95% -
XYZ 67.64 82.37 15.82 -
YUV 219.66 34.51 140.37 -
System Red Green Blue C M Y K H S L
Decimal 237 243 54 0.02 0 0.78 0.05 61.9 0.89 0.58
Hex ED F3 36 2 0 4E 5 3E 59 3A
Octal 355 363 66 2 0 116 5 76 131 72
Binary 11101101 11110011 110110 10 0 1001110 101 111110 1011001 111010

Color Harmonies of #EDF336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF336

Black with #EDF336

Text Example


Text Example

White with #EDF336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF336; }

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

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

background-color css

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

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

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

border-color css

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

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

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