Html Css Color HEX #EDE73A Golden Fizz

📋 copy color: '#EDE73A'

red 237 ◦ green 231 ◦ blue 58

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

Shades of Golden Fizz #EDE73A

Tints of Golden Fizz #EDE73A

RGB

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

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

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

R = 45.06%
G = 43.92%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDE73A (or 0xEDE73A) is known color: Golden Fizz. HEX triplet: ED, E7 and 3A. RGB value is (237,231,58). Sum of RGB (Red+Green+Blue) = 237+231+58=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE73A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE73A is #1218C5. Grayscale: #D5D5D5. Windows color (decimal): -1185990 or 3860461. OLE color: 3860461.

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

Color convert

RGB 237 231 58 -
CMYK 0 0.03 0.76 0.07
HSL 57.99º 0.83% 0.58% -
HSV(B) 57.99º 0.76% 0.93% -
XYZ 64.26 75.46 15.18 -
YUV 213.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 237 231 58 0 0.03 0.76 0.07 57.99 0.83 0.58
Hex ED E7 3A 0 3 4C 7 3A 53 3A
Octal 355 347 72 0 3 114 7 72 123 72
Binary 11101101 11100111 111010 0 11 1001100 111 111010 1010011 111010

Color Harmonies of #EDE73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE73A

Black with #EDE73A

Text Example


Text Example

White with #EDE73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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