Html Css Color HEX #EDF23B Golden Fizz

📋 copy color: '#EDF23B'

red 237 ◦ green 242 ◦ blue 59

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

Shades of Golden Fizz #EDF23B

Tints of Golden Fizz #EDF23B

RGB

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

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

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

R = 44.05%
G = 44.98%
B = 10.97%

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

#EDF23B (or 0xEDF23B) is known color: Golden Fizz. HEX triplet: ED, F2 and 3B. RGB value is (237,242,59). Sum of RGB (Red+Green+Blue) = 237+242+59=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 59 (23.44% from 255 or 10.97% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF23B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF23B is #120DC4. Grayscale: #DCDCDC. Windows color (decimal): -1183173 or 3928813. OLE color: 3928813.

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

Color convert

RGB 237 242 59 -
CMYK 0.02 0 0.76 0.05
HSL 61.64º 0.88% 0.59% -
HSV(B) 61.64º 0.76% 0.95% -
XYZ 67.47 81.82 16.38 -
YUV 219.64 37.34 140.38 -
System Red Green Blue C M Y K H S L
Decimal 237 242 59 0.02 0 0.76 0.05 61.64 0.88 0.59
Hex ED F2 3B 2 0 4C 5 3E 58 3B
Octal 355 362 73 2 0 114 5 76 130 73
Binary 11101101 11110010 111011 10 0 1001100 101 111110 1011000 111011

Color Harmonies of #EDF23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF23B

Black with #EDF23B

Text Example


Text Example

White with #EDF23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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