Html Css Color HEX #EDF13B Golden Fizz

📋 copy color: '#EDF13B'

red 237 ◦ green 241 ◦ blue 59

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

Shades of Golden Fizz #EDF13B

Tints of Golden Fizz #EDF13B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.88%

 BLUE value IS 59 (23.44% from 255) = 10.99%

R = 44.13%
G = 44.88%
B = 10.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#EDF13B (or 0xEDF13B) is known color: Golden Fizz. HEX triplet: ED, F1 and 3B. RGB value is (237,241,59). Sum of RGB (Red+Green+Blue) = 237+241+59=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 59 (23.44% from 255 or 10.99% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF13B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF13B is #120EC4. Grayscale: #DBDBDB. Windows color (decimal): -1183429 or 3928557. OLE color: 3928557.

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

Color convert

RGB 237 241 59 -
CMYK 0.02 0 0.76 0.05
HSL 61.32º 0.87% 0.59% -
HSV(B) 61.32º 0.76% 0.95% -
XYZ 67.17 81.23 16.28 -
YUV 219.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 237 241 59 0.02 0 0.76 0.05 61.32 0.87 0.59
Hex ED F1 3B 2 0 4C 5 3D 57 3B
Octal 355 361 73 2 0 114 5 75 127 73
Binary 11101101 11110001 111011 10 0 1001100 101 111101 1010111 111011

Color Harmonies of #EDF13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF13B

Black with #EDF13B

Text Example


Text Example

White with #EDF13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF13B; }

 p { color: rgb(237,241,59); }

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

background-color css

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

 a { background-color: rgb(237,241,59); }

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

border-color css

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

 span { border-color: rgb(237,241,59); }

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