Html Css Color HEX #EDE53B Golden Fizz

📋 copy color: '#EDE53B'

red 237 ◦ green 229 ◦ blue 59

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

Shades of Golden Fizz #EDE53B

Tints of Golden Fizz #EDE53B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.62%

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

R = 45.14%
G = 43.62%
B = 11.24%

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

#EDE53B (or 0xEDE53B) is known color: Golden Fizz. HEX triplet: ED, E5 and 3B. RGB value is (237,229,59). Sum of RGB (Red+Green+Blue) = 237+229+59=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 59 (23.44% from 255 or 11.24% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE53B is #121AC4. Grayscale: #D4D4D4. Windows color (decimal): -1186501 or 3925485. OLE color: 3925485.

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

Color convert

RGB 237 229 59 -
CMYK 0 0.03 0.75 0.07
HSL 57.3º 0.83% 0.58% -
HSV(B) 57.3º 0.75% 0.93% -
XYZ 63.73 74.36 15.13 -
YUV 212.01 41.65 145.82 -
System Red Green Blue C M Y K H S L
Decimal 237 229 59 0 0.03 0.75 0.07 57.3 0.83 0.58
Hex ED E5 3B 0 3 4B 7 39 53 3A
Octal 355 345 73 0 3 113 7 71 123 72
Binary 11101101 11100101 111011 0 11 1001011 111 111001 1010011 111010

Color Harmonies of #EDE53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE53B

Black with #EDE53B

Text Example


Text Example

White with #EDE53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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