Html Css Color HEX #EDD827 Golden Fizz

📋 copy color: '#EDD827'

red 237 ◦ green 216 ◦ blue 39

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

Shades of Golden Fizz #EDD827

Tints of Golden Fizz #EDD827

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.9%

 BLUE value IS 39 (15.63% from 255) = 7.93%

R = 48.17%
G = 43.9%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDD827 (or 0xEDD827) is known color: Golden Fizz. HEX triplet: ED, D8 and 27. RGB value is (237,216,39). Sum of RGB (Red+Green+Blue) = 237+216+39=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 39 (15.62% from 255 or 7.93% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD827 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD827 is #1227D8. Grayscale: #CACACA. Windows color (decimal): -1189849 or 2611437. OLE color: 2611437.

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

Color convert

RGB 237 216 39 -
CMYK 0 0.09 0.84 0.07
HSL 53.64º 0.85% 0.54% -
HSV(B) 53.64º 0.84% 0.93% -
XYZ 59.85 67.26 11.75 -
YUV 202.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 237 216 39 0 0.09 0.84 0.07 53.64 0.85 0.54
Hex ED D8 27 0 9 54 7 36 55 36
Octal 355 330 47 0 11 124 7 66 125 66
Binary 11101101 11011000 100111 0 1001 1010100 111 110110 1010101 110110

Color Harmonies of #EDD827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD827

Black with #EDD827

Text Example


Text Example

White with #EDD827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD827; }

 p { color: rgb(237,216,39); }

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

background-color css

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

 a { background-color: rgb(237,216,39); }

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

border-color css

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

 span { border-color: rgb(237,216,39); }

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