Html Css Color HEX #EDF534 Golden Fizz

📋 copy color: '#EDF534'

red 237 ◦ green 245 ◦ blue 52

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

Shades of Golden Fizz #EDF534

Tints of Golden Fizz #EDF534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.74%

R = 44.38%
G = 45.88%
B = 9.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#EDF534 (or 0xEDF534) is known color: Golden Fizz. HEX triplet: ED, F5 and 34. RGB value is (237,245,52). Sum of RGB (Red+Green+Blue) = 237+245+52=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 52 (20.70% from 255 or 9.74% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF534 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF534 is #120ACB. Grayscale: #DDDDDD. Windows color (decimal): -1182412 or 3470829. OLE color: 3470829.

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

Color convert

RGB 237 245 52 -
CMYK 0.03 0 0.79 0.04
HSL 62.49º 0.91% 0.58% -
HSV(B) 62.49º 0.79% 0.96% -
XYZ 68.2 83.56 15.78 -
YUV 220.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 237 245 52 0.03 0 0.79 0.04 62.49 0.91 0.58
Hex ED F5 34 3 0 4F 4 3E 5B 3A
Octal 355 365 64 3 0 117 4 76 133 72
Binary 11101101 11110101 110100 11 0 1001111 100 111110 1011011 111010

Color Harmonies of #EDF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF534

Black with #EDF534

Text Example


Text Example

White with #EDF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF534; }

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

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

background-color css

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

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

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

border-color css

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

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

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