Html Css Color HEX #EDF32F Golden Fizz

📋 copy color: '#EDF32F'

red 237 ◦ green 243 ◦ blue 47

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

Shades of Golden Fizz #EDF32F

Tints of Golden Fizz #EDF32F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.11%

 BLUE value IS 47 (18.75% from 255) = 8.92%

R = 44.97%
G = 46.11%
B = 8.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#EDF32F (or 0xEDF32F) is known color: Golden Fizz. HEX triplet: ED, F3 and 2F. RGB value is (237,243,47). Sum of RGB (Red+Green+Blue) = 237+243+47=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 47 (18.75% from 255 or 8.92% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF32F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF32F is #120CD0. Grayscale: #DBDBDB. Windows color (decimal): -1182929 or 3142637. OLE color: 3142637.

HSL color Cylindrical-coordinate representation of color #EDF32F: hue angle of 61.84º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF32F is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 47 -
CMYK 0.02 0 0.81 0.05
HSL 61.84º 0.89% 0.57% -
HSV(B) 61.84º 0.81% 0.95% -
XYZ 67.49 82.31 15.02 -
YUV 218.86 31.01 140.94 -
System Red Green Blue C M Y K H S L
Decimal 237 243 47 0.02 0 0.81 0.05 61.84 0.89 0.57
Hex ED F3 2F 2 0 51 5 3E 59 39
Octal 355 363 57 2 0 121 5 76 131 71
Binary 11101101 11110011 101111 10 0 1010001 101 111110 1011001 111001

Color Harmonies of #EDF32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF32F

Black with #EDF32F

Text Example


Text Example

White with #EDF32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF32F; }

 p { color: rgb(237,243,47); }

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

background-color css

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

 a { background-color: rgb(237,243,47); }

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

border-color css

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

 span { border-color: rgb(237,243,47); }

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