Html Css Color HEX #EDF52A Golden Fizz

📋 copy color: '#EDF52A'

red 237 ◦ green 245 ◦ blue 42

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

Shades of Golden Fizz #EDF52A

Tints of Golden Fizz #EDF52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.02%

R = 45.23%
G = 46.76%
B = 8.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#EDF52A (or 0xEDF52A) is known color: Golden Fizz. HEX triplet: ED, F5 and 2A. RGB value is (237,245,42). Sum of RGB (Red+Green+Blue) = 237+245+42=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 42 (16.80% from 255 or 8.02% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF52A is #120AD5. Grayscale: #DCDCDC. Windows color (decimal): -1182422 or 2815469. OLE color: 2815469.

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

Color convert

RGB 237 245 42 -
CMYK 0.03 0 0.83 0.04
HSL 62.36º 0.91% 0.56% -
HSV(B) 62.36º 0.83% 0.96% -
XYZ 68 83.48 14.72 -
YUV 219.47 27.85 140.51 -
System Red Green Blue C M Y K H S L
Decimal 237 245 42 0.03 0 0.83 0.04 62.36 0.91 0.56
Hex ED F5 2A 3 0 53 4 3E 5B 38
Octal 355 365 52 3 0 123 4 76 133 70
Binary 11101101 11110101 101010 11 0 1010011 100 111110 1011011 111000

Color Harmonies of #EDF52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF52A

Black with #EDF52A

Text Example


Text Example

White with #EDF52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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