Html Css Color HEX #EDF736 Golden Fizz

📋 copy color: '#EDF736'

red 237 ◦ green 247 ◦ blue 54

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

Shades of Golden Fizz #EDF736

Tints of Golden Fizz #EDF736

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.91%

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

R = 44.05%
G = 45.91%
B = 10.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#EDF736 (or 0xEDF736) is known color: Golden Fizz. HEX triplet: ED, F7 and 36. RGB value is (237,247,54). Sum of RGB (Red+Green+Blue) = 237+247+54=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 54 (21.48% from 255 or 10.04% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF736 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF736 is #1208C9. Grayscale: #DEDEDE. Windows color (decimal): -1181898 or 3602413. OLE color: 3602413.

HSL color Cylindrical-coordinate representation of color #EDF736: hue angle of 63.11º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF736 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 54 -
CMYK 0.04 0 0.78 0.03
HSL 63.11º 0.92% 0.59% -
HSV(B) 63.11º 0.78% 0.97% -
XYZ 68.85 84.79 16.23 -
YUV 222.01 33.19 138.69 -
System Red Green Blue C M Y K H S L
Decimal 237 247 54 0.04 0 0.78 0.03 63.11 0.92 0.59
Hex ED F7 36 4 0 4E 3 3F 5C 3B
Octal 355 367 66 4 0 116 3 77 134 73
Binary 11101101 11110111 110110 100 0 1001110 11 111111 1011100 111011

Color Harmonies of #EDF736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF736

Black with #EDF736

Text Example


Text Example

White with #EDF736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF736; }

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

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

background-color css

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

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

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

border-color css

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

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

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