Html Css Color HEX #EDF035 Golden Fizz

📋 copy color: '#EDF035'

red 237 ◦ green 240 ◦ blue 53

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

Shades of Golden Fizz #EDF035

Tints of Golden Fizz #EDF035

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.28%

 BLUE value IS 53 (21.09% from 255) = 10%

R = 44.72%
G = 45.28%
B = 10%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EDF035 (or 0xEDF035) is known color: Golden Fizz. HEX triplet: ED, F0 and 35. RGB value is (237,240,53). Sum of RGB (Red+Green+Blue) = 237+240+53=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 53 (21.09% from 255 or 10% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF035 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF035 is #120FCA. Grayscale: #DADADA. Windows color (decimal): -1183691 or 3535085. OLE color: 3535085.

HSL color Cylindrical-coordinate representation of color #EDF035: hue angle of 60.96º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF035 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 53 -
CMYK 0.01 0 0.78 0.06
HSL 60.96º 0.86% 0.57% -
HSV(B) 60.96º 0.78% 0.94% -
XYZ 66.73 80.58 15.41 -
YUV 217.79 35.01 141.71 -
System Red Green Blue C M Y K H S L
Decimal 237 240 53 0.01 0 0.78 0.06 60.96 0.86 0.57
Hex ED F0 35 1 0 4E 6 3D 56 39
Octal 355 360 65 1 0 116 6 75 126 71
Binary 11101101 11110000 110101 1 0 1001110 110 111101 1010110 111001

Color Harmonies of #EDF035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF035

Black with #EDF035

Text Example


Text Example

White with #EDF035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF035; }

 p { color: rgb(237,240,53); }

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

background-color css

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

 a { background-color: rgb(237,240,53); }

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

border-color css

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

 span { border-color: rgb(237,240,53); }

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