Html Css Color HEX #EDD62A Golden Fizz

📋 copy color: '#EDD62A'

red 237 ◦ green 214 ◦ blue 42

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

Shades of Golden Fizz #EDD62A

Tints of Golden Fizz #EDD62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.52%

R = 48.07%
G = 43.41%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDD62A (or 0xEDD62A) is known color: Golden Fizz. HEX triplet: ED, D6 and 2A. RGB value is (237,214,42). Sum of RGB (Red+Green+Blue) = 237+214+42=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD62A is #1229D5. Grayscale: #C9C9C9. Windows color (decimal): -1190358 or 2807533. OLE color: 2807533.

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

Color convert

RGB 237 214 42 -
CMYK 0 0.10 0.82 0.07
HSL 52.92º 0.84% 0.55% -
HSV(B) 52.92º 0.82% 0.93% -
XYZ 59.39 66.26 11.85 -
YUV 201.27 38.12 153.49 -
System Red Green Blue C M Y K H S L
Decimal 237 214 42 0 0.10 0.82 0.07 52.92 0.84 0.55
Hex ED D6 2A 0 A 52 7 35 54 37
Octal 355 326 52 0 12 122 7 65 124 67
Binary 11101101 11010110 101010 0 1010 1010010 111 110101 1010100 110111

Color Harmonies of #EDD62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD62A

Black with #EDD62A

Text Example


Text Example

White with #EDD62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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