Html Css Color HEX #EDD62D Golden Fizz

📋 copy color: '#EDD62D'

red 237 ◦ green 214 ◦ blue 45

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

Shades of Golden Fizz #EDD62D

Tints of Golden Fizz #EDD62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.07%

R = 47.78%
G = 43.15%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDD62D (or 0xEDD62D) is known color: Golden Fizz. HEX triplet: ED, D6 and 2D. RGB value is (237,214,45). Sum of RGB (Red+Green+Blue) = 237+214+45=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD62D is #1229D2. Grayscale: #CACACA. Windows color (decimal): -1190355 or 3004141. OLE color: 3004141.

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

Color convert

RGB 237 214 45 -
CMYK 0 0.10 0.81 0.07
HSL 52.81º 0.84% 0.55% -
HSV(B) 52.81º 0.81% 0.93% -
XYZ 59.45 66.29 12.14 -
YUV 201.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 237 214 45 0 0.10 0.81 0.07 52.81 0.84 0.55
Hex ED D6 2D 0 A 51 7 35 54 37
Octal 355 326 55 0 12 121 7 65 124 67
Binary 11101101 11010110 101101 0 1010 1010001 111 110101 1010100 110111

Color Harmonies of #EDD62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD62D

Black with #EDD62D

Text Example


Text Example

White with #EDD62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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