Html Css Color HEX #EDF133 Golden Fizz

📋 copy color: '#EDF133'

red 237 ◦ green 241 ◦ blue 51

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

Shades of Golden Fizz #EDF133

Tints of Golden Fizz #EDF133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.64%

R = 44.8%
G = 45.56%
B = 9.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#EDF133 (or 0xEDF133) is known color: Golden Fizz. HEX triplet: ED, F1 and 33. RGB value is (237,241,51). Sum of RGB (Red+Green+Blue) = 237+241+51=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF133 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF133 is #120ECC. Grayscale: #DADADA. Windows color (decimal): -1183437 or 3404269. OLE color: 3404269.

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

Color convert

RGB 237 241 51 -
CMYK 0.02 0 0.79 0.05
HSL 61.26º 0.87% 0.57% -
HSV(B) 61.26º 0.79% 0.95% -
XYZ 66.98 81.15 15.27 -
YUV 218.14 33.67 141.45 -
System Red Green Blue C M Y K H S L
Decimal 237 241 51 0.02 0 0.79 0.05 61.26 0.87 0.57
Hex ED F1 33 2 0 4F 5 3D 57 39
Octal 355 361 63 2 0 117 5 75 127 71
Binary 11101101 11110001 110011 10 0 1001111 101 111101 1010111 111001

Color Harmonies of #EDF133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF133

Black with #EDF133

Text Example


Text Example

White with #EDF133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF133; }

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

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

background-color css

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

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

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

border-color css

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

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

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