Html Css Color HEX #EDE73B Golden Fizz

📋 copy color: '#EDE73B'

red 237 ◦ green 231 ◦ blue 59

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

Shades of Golden Fizz #EDE73B

Tints of Golden Fizz #EDE73B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.83%

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

R = 44.97%
G = 43.83%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDE73B (or 0xEDE73B) is known color: Golden Fizz. HEX triplet: ED, E7 and 3B. RGB value is (237,231,59). Sum of RGB (Red+Green+Blue) = 237+231+59=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE73B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE73B is #1218C4. Grayscale: #D5D5D5. Windows color (decimal): -1185989 or 3925997. OLE color: 3925997.

HSL color Cylindrical-coordinate representation of color #EDE73B: hue angle of 57.98º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDE73B is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 59 -
CMYK 0 0.03 0.75 0.07
HSL 57.98º 0.83% 0.58% -
HSV(B) 57.98º 0.75% 0.93% -
XYZ 64.29 75.47 15.32 -
YUV 213.19 40.99 144.99 -
System Red Green Blue C M Y K H S L
Decimal 237 231 59 0 0.03 0.75 0.07 57.98 0.83 0.58
Hex ED E7 3B 0 3 4B 7 3A 53 3A
Octal 355 347 73 0 3 113 7 72 123 72
Binary 11101101 11100111 111011 0 11 1001011 111 111010 1010011 111010

Color Harmonies of #EDE73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE73B

Black with #EDE73B

Text Example


Text Example

White with #EDE73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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