Html Css Color HEX #EDF72B Golden Fizz

📋 copy color: '#EDF72B'

red 237 ◦ green 247 ◦ blue 43

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

Shades of Golden Fizz #EDF72B

Tints of Golden Fizz #EDF72B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.87%

 BLUE value IS 43 (17.19% from 255) = 8.16%

R = 44.97%
G = 46.87%
B = 8.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#EDF72B (or 0xEDF72B) is known color: Golden Fizz. HEX triplet: ED, F7 and 2B. RGB value is (237,247,43). Sum of RGB (Red+Green+Blue) = 237+247+43=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 43 (17.19% from 255 or 8.16% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF72B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF72B is #1208D4. Grayscale: #DDDDDD. Windows color (decimal): -1181909 or 2881517. OLE color: 2881517.

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

Color convert

RGB 237 247 43 -
CMYK 0.04 0 0.83 0.03
HSL 62.94º 0.93% 0.57% -
HSV(B) 62.94º 0.83% 0.97% -
XYZ 68.62 84.7 15.02 -
YUV 220.75 27.69 139.59 -
System Red Green Blue C M Y K H S L
Decimal 237 247 43 0.04 0 0.83 0.03 62.94 0.93 0.57
Hex ED F7 2B 4 0 53 3 3F 5D 39
Octal 355 367 53 4 0 123 3 77 135 71
Binary 11101101 11110111 101011 100 0 1010011 11 111111 1011101 111001

Color Harmonies of #EDF72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF72B

Black with #EDF72B

Text Example


Text Example

White with #EDF72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF72B; }

 p { color: rgb(237,247,43); }

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

background-color css

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

 a { background-color: rgb(237,247,43); }

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

border-color css

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

 span { border-color: rgb(237,247,43); }

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