Html Css Color HEX #EDF535 Golden Fizz

📋 copy color: '#EDF535'

red 237 ◦ green 245 ◦ blue 53

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

Shades of Golden Fizz #EDF535

Tints of Golden Fizz #EDF535

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.79%

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

R = 44.3%
G = 45.79%
B = 9.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#EDF535 (or 0xEDF535) is known color: Golden Fizz. HEX triplet: ED, F5 and 35. RGB value is (237,245,53). Sum of RGB (Red+Green+Blue) = 237+245+53=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 53 (21.09% from 255 or 9.91% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF535 is #120ACA. Grayscale: #DDDDDD. Windows color (decimal): -1182411 or 3536365. OLE color: 3536365.

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

Color convert

RGB 237 245 53 -
CMYK 0.03 0 0.78 0.04
HSL 62.5º 0.91% 0.58% -
HSV(B) 62.5º 0.78% 0.96% -
XYZ 68.22 83.57 15.9 -
YUV 220.72 33.35 139.61 -
System Red Green Blue C M Y K H S L
Decimal 237 245 53 0.03 0 0.78 0.04 62.5 0.91 0.58
Hex ED F5 35 3 0 4E 4 3F 5B 3A
Octal 355 365 65 3 0 116 4 77 133 72
Binary 11101101 11110101 110101 11 0 1001110 100 111111 1011011 111010

Color Harmonies of #EDF535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF535

Black with #EDF535

Text Example


Text Example

White with #EDF535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF535; }

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

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

background-color css

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

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

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

border-color css

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

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

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