Html Css Color HEX #EDF13A Golden Fizz

📋 copy color: '#EDF13A'

red 237 ◦ green 241 ◦ blue 58

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

Shades of Golden Fizz #EDF13A

Tints of Golden Fizz #EDF13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.82%

R = 44.22%
G = 44.96%
B = 10.82%

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

#EDF13A (or 0xEDF13A) is known color: Golden Fizz. HEX triplet: ED, F1 and 3A. RGB value is (237,241,58). Sum of RGB (Red+Green+Blue) = 237+241+58=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 58 (23.05% from 255 or 10.82% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF13A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF13A is #120EC5. Grayscale: #DBDBDB. Windows color (decimal): -1183430 or 3863021. OLE color: 3863021.

HSL color Cylindrical-coordinate representation of color #EDF13A: hue angle of 61.31º 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 #EDF13A is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 58 -
CMYK 0.02 0 0.76 0.05
HSL 61.31º 0.87% 0.59% -
HSV(B) 61.31º 0.76% 0.95% -
XYZ 67.14 81.22 16.14 -
YUV 218.94 37.17 140.88 -
System Red Green Blue C M Y K H S L
Decimal 237 241 58 0.02 0 0.76 0.05 61.31 0.87 0.59
Hex ED F1 3A 2 0 4C 5 3D 57 3B
Octal 355 361 72 2 0 114 5 75 127 73
Binary 11101101 11110001 111010 10 0 1001100 101 111101 1010111 111011

Color Harmonies of #EDF13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF13A

Black with #EDF13A

Text Example


Text Example

White with #EDF13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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