Html Css Color HEX #EDD82F Golden Fizz

📋 copy color: '#EDD82F'

red 237 ◦ green 216 ◦ blue 47

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

Shades of Golden Fizz #EDD82F

Tints of Golden Fizz #EDD82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.4%

R = 47.4%
G = 43.2%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDD82F (or 0xEDD82F) is known color: Golden Fizz. HEX triplet: ED, D8 and 2F. RGB value is (237,216,47). Sum of RGB (Red+Green+Blue) = 237+216+47=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD82F is #1227D0. Grayscale: #CBCBCB. Windows color (decimal): -1189841 or 3135725. OLE color: 3135725.

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

Color convert

RGB 237 216 47 -
CMYK 0 0.09 0.80 0.07
HSL 53.37º 0.84% 0.56% -
HSV(B) 53.37º 0.8% 0.93% -
XYZ 59.99 67.32 12.52 -
YUV 203.01 39.96 152.24 -
System Red Green Blue C M Y K H S L
Decimal 237 216 47 0 0.09 0.80 0.07 53.37 0.84 0.56
Hex ED D8 2F 0 9 50 7 35 54 38
Octal 355 330 57 0 11 120 7 65 124 70
Binary 11101101 11011000 101111 0 1001 1010000 111 110101 1010100 111000

Color Harmonies of #EDD82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD82F

Black with #EDD82F

Text Example


Text Example

White with #EDD82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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