Html Css Color HEX #EDE320 Golden Fizz

📋 copy color: '#EDE320'

red 237 ◦ green 227 ◦ blue 32

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

Shades of Golden Fizz #EDE320

Tints of Golden Fizz #EDE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.77%

 BLUE value IS 32 (12.89% from 255) = 6.45%

R = 47.78%
G = 45.77%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE320 (or 0xEDE320) is known color: Golden Fizz. HEX triplet: ED, E3 and 20. RGB value is (237,227,32). Sum of RGB (Red+Green+Blue) = 237+227+32=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE320 is #121CDF. Grayscale: #D0D0D0. Windows color (decimal): -1187040 or 2155501. OLE color: 2155501.

HSL color Cylindrical-coordinate representation of color #EDE320: hue angle of 57.07º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDE320 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 32 -
CMYK 0 0.04 0.86 0.07
HSL 57.07º 0.85% 0.53% -
HSV(B) 57.07º 0.86% 0.93% -
XYZ 62.65 73.05 12.16 -
YUV 207.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 237 227 32 0 0.04 0.86 0.07 57.07 0.85 0.53
Hex ED E3 20 0 4 56 7 39 55 35
Octal 355 343 40 0 4 126 7 71 125 65
Binary 11101101 11100011 100000 0 100 1010110 111 111001 1010101 110101

Color Harmonies of #EDE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE320

Black with #EDE320

Text Example


Text Example

White with #EDE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE320; }

 p { color: rgb(237,227,32); }

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

background-color css

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

 a { background-color: rgb(237,227,32); }

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

border-color css

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

 span { border-color: rgb(237,227,32); }

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