Html Css Color HEX #EDEF23 Golden Fizz

📋 copy color: '#EDEF23'

red 237 ◦ green 239 ◦ blue 35

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

Shades of Golden Fizz #EDEF23

Tints of Golden Fizz #EDEF23

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.77%

 BLUE value IS 35 (14.06% from 255) = 6.85%

R = 46.38%
G = 46.77%
B = 6.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EDEF23 (or 0xEDEF23) is known color: Golden Fizz. HEX triplet: ED, EF and 23. RGB value is (237,239,35). Sum of RGB (Red+Green+Blue) = 237+239+35=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 35 (14.06% from 255 or 6.85% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF23 is #1210DC. Grayscale: #D7D7D7. Windows color (decimal): -1183965 or 2355181. OLE color: 2355181.

HSL color Cylindrical-coordinate representation of color #EDEF23: hue angle of 60.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDEF23 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 35 -
CMYK 0.01 0 0.85 0.06
HSL 60.59º 0.86% 0.54% -
HSV(B) 60.59º 0.85% 0.94% -
XYZ 66.09 79.86 13.52 -
YUV 215.15 26.34 143.59 -
System Red Green Blue C M Y K H S L
Decimal 237 239 35 0.01 0 0.85 0.06 60.59 0.86 0.54
Hex ED EF 23 1 0 55 6 3D 56 36
Octal 355 357 43 1 0 125 6 75 126 66
Binary 11101101 11101111 100011 1 0 1010101 110 111101 1010110 110110

Color Harmonies of #EDEF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF23

Black with #EDEF23

Text Example


Text Example

White with #EDEF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF23; }

 p { color: rgb(237,239,35); }

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

background-color css

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

 a { background-color: rgb(237,239,35); }

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

border-color css

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

 span { border-color: rgb(237,239,35); }

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