Html Css Color HEX #EDF23A Golden Fizz

📋 copy color: '#EDF23A'

red 237 ◦ green 242 ◦ blue 58

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

Shades of Golden Fizz #EDF23A

Tints of Golden Fizz #EDF23A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.07%

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

R = 44.13%
G = 45.07%
B = 10.8%

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

#EDF23A (or 0xEDF23A) is known color: Golden Fizz. HEX triplet: ED, F2 and 3A. RGB value is (237,242,58). Sum of RGB (Red+Green+Blue) = 237+242+58=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 58 (23.05% from 255 or 10.80% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF23A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF23A is #120DC5. Grayscale: #DCDCDC. Windows color (decimal): -1183174 or 3863277. OLE color: 3863277.

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

Color convert

RGB 237 242 58 -
CMYK 0.02 0 0.76 0.05
HSL 61.63º 0.88% 0.59% -
HSV(B) 61.63º 0.76% 0.95% -
XYZ 67.44 81.81 16.24 -
YUV 219.53 36.84 140.46 -
System Red Green Blue C M Y K H S L
Decimal 237 242 58 0.02 0 0.76 0.05 61.63 0.88 0.59
Hex ED F2 3A 2 0 4C 5 3E 58 3B
Octal 355 362 72 2 0 114 5 76 130 73
Binary 11101101 11110010 111010 10 0 1001100 101 111110 1011000 111011

Color Harmonies of #EDF23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF23A

Black with #EDF23A

Text Example


Text Example

White with #EDF23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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