Html Css Color HEX #EDF434 Golden Fizz

📋 copy color: '#EDF434'

red 237 ◦ green 244 ◦ blue 52

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

Shades of Golden Fizz #EDF434

Tints of Golden Fizz #EDF434

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.78%

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

R = 44.47%
G = 45.78%
B = 9.76%

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

#EDF434 (or 0xEDF434) is known color: Golden Fizz. HEX triplet: ED, F4 and 34. RGB value is (237,244,52). Sum of RGB (Red+Green+Blue) = 237+244+52=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 52 (20.70% from 255 or 9.76% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF434 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF434 is #120BCB. Grayscale: #DCDCDC. Windows color (decimal): -1182668 or 3470573. OLE color: 3470573.

HSL color Cylindrical-coordinate representation of color #EDF434: hue angle of 62.19º degrees, saturation: 0.9, 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 #EDF434 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 52 -
CMYK 0.03 0 0.79 0.04
HSL 62.19º 0.9% 0.58% -
HSV(B) 62.19º 0.79% 0.96% -
XYZ 67.9 82.95 15.68 -
YUV 220.02 33.18 140.11 -
System Red Green Blue C M Y K H S L
Decimal 237 244 52 0.03 0 0.79 0.04 62.19 0.9 0.58
Hex ED F4 34 3 0 4F 4 3E 5A 3A
Octal 355 364 64 3 0 117 4 76 132 72
Binary 11101101 11110100 110100 11 0 1001111 100 111110 1011010 111010

Color Harmonies of #EDF434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF434

Black with #EDF434

Text Example


Text Example

White with #EDF434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF434; }

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

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

background-color css

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

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

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

border-color css

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

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

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