Html Css Color HEX #EDE93A Golden Fizz

📋 copy color: '#EDE93A'

red 237 ◦ green 233 ◦ blue 58

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

Shades of Golden Fizz #EDE93A

Tints of Golden Fizz #EDE93A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.13%

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

R = 44.89%
G = 44.13%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDE93A (or 0xEDE93A) is known color: Golden Fizz. HEX triplet: ED, E9 and 3A. RGB value is (237,233,58). Sum of RGB (Red+Green+Blue) = 237+233+58=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 58 (23.05% from 255 or 10.98% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE93A is #1216C5. Grayscale: #D6D6D6. Windows color (decimal): -1185478 or 3860973. OLE color: 3860973.

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

Color convert

RGB 237 233 58 -
CMYK 0 0.02 0.76 0.07
HSL 58.66º 0.83% 0.58% -
HSV(B) 58.66º 0.76% 0.93% -
XYZ 64.83 76.59 15.37 -
YUV 214.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 237 233 58 0 0.02 0.76 0.07 58.66 0.83 0.58
Hex ED E9 3A 0 2 4C 7 3B 53 3A
Octal 355 351 72 0 2 114 7 73 123 72
Binary 11101101 11101001 111010 0 10 1001100 111 111011 1010011 111010

Color Harmonies of #EDE93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE93A

Black with #EDE93A

Text Example


Text Example

White with #EDE93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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