Html Css Color HEX #EDE62C Golden Fizz

📋 copy color: '#EDE62C'

red 237 ◦ green 230 ◦ blue 44

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

Shades of Golden Fizz #EDE62C

Tints of Golden Fizz #EDE62C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.01%

 BLUE value IS 44 (17.58% from 255) = 8.61%

R = 46.38%
G = 45.01%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDE62C (or 0xEDE62C) is known color: Golden Fizz. HEX triplet: ED, E6 and 2C. RGB value is (237,230,44). Sum of RGB (Red+Green+Blue) = 237+230+44=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE62C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE62C is #1219D3. Grayscale: #D3D3D3. Windows color (decimal): -1186260 or 2942701. OLE color: 2942701.

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

Color convert

RGB 237 230 44 -
CMYK 0 0.03 0.81 0.07
HSL 57.82º 0.84% 0.55% -
HSV(B) 57.82º 0.81% 0.93% -
XYZ 63.68 74.78 13.46 -
YUV 210.89 33.82 146.62 -
System Red Green Blue C M Y K H S L
Decimal 237 230 44 0 0.03 0.81 0.07 57.82 0.84 0.55
Hex ED E6 2C 0 3 51 7 3A 54 37
Octal 355 346 54 0 3 121 7 72 124 67
Binary 11101101 11100110 101100 0 11 1010001 111 111010 1010100 110111

Color Harmonies of #EDE62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE62C

Black with #EDE62C

Text Example


Text Example

White with #EDE62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE62C; }

 p { color: rgb(237,230,44); }

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

background-color css

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

 a { background-color: rgb(237,230,44); }

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

border-color css

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

 span { border-color: rgb(237,230,44); }

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