Html Css Color HEX #EDD62F Golden Fizz

📋 copy color: '#EDD62F'

red 237 ◦ green 214 ◦ blue 47

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

Shades of Golden Fizz #EDD62F

Tints of Golden Fizz #EDD62F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.97%

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

R = 47.59%
G = 42.97%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDD62F (or 0xEDD62F) is known color: Golden Fizz. HEX triplet: ED, D6 and 2F. RGB value is (237,214,47). Sum of RGB (Red+Green+Blue) = 237+214+47=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 47 (18.75% from 255 or 9.44% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD62F is #1229D0. Grayscale: #CACACA. Windows color (decimal): -1190353 or 3135213. OLE color: 3135213.

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

Color convert

RGB 237 214 47 -
CMYK 0 0.10 0.80 0.07
HSL 52.74º 0.84% 0.56% -
HSV(B) 52.74º 0.8% 0.93% -
XYZ 59.48 66.3 12.35 -
YUV 201.84 40.62 153.08 -
System Red Green Blue C M Y K H S L
Decimal 237 214 47 0 0.10 0.80 0.07 52.74 0.84 0.56
Hex ED D6 2F 0 A 50 7 35 54 38
Octal 355 326 57 0 12 120 7 65 124 70
Binary 11101101 11010110 101111 0 1010 1010000 111 110101 1010100 111000

Color Harmonies of #EDD62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD62F

Black with #EDD62F

Text Example


Text Example

White with #EDD62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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