Html Css Color HEX #EDF42E Golden Fizz

📋 copy color: '#EDF42E'

red 237 ◦ green 244 ◦ blue 46

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

Shades of Golden Fizz #EDF42E

Tints of Golden Fizz #EDF42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.73%

R = 44.97%
G = 46.3%
B = 8.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#EDF42E (or 0xEDF42E) is known color: Golden Fizz. HEX triplet: ED, F4 and 2E. RGB value is (237,244,46). Sum of RGB (Red+Green+Blue) = 237+244+46=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 46 (18.36% from 255 or 8.73% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF42E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF42E is #120BD1. Grayscale: #DCDCDC. Windows color (decimal): -1182674 or 3077357. OLE color: 3077357.

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

Color convert

RGB 237 244 46 -
CMYK 0.03 0 0.81 0.04
HSL 62.12º 0.9% 0.57% -
HSV(B) 62.12º 0.81% 0.96% -
XYZ 67.77 82.9 15.01 -
YUV 219.34 30.18 140.6 -
System Red Green Blue C M Y K H S L
Decimal 237 244 46 0.03 0 0.81 0.04 62.12 0.9 0.57
Hex ED F4 2E 3 0 51 4 3E 5A 39
Octal 355 364 56 3 0 121 4 76 132 71
Binary 11101101 11110100 101110 11 0 1010001 100 111110 1011010 111001

Color Harmonies of #EDF42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF42E

Black with #EDF42E

Text Example


Text Example

White with #EDF42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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