Html Css Color HEX #EDE42D Golden Fizz

📋 copy color: '#EDE42D'

red 237 ◦ green 228 ◦ blue 45

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

Shades of Golden Fizz #EDE42D

Tints of Golden Fizz #EDE42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.71%

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

R = 46.47%
G = 44.71%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDE42D (or 0xEDE42D) is known color: Golden Fizz. HEX triplet: ED, E4 and 2D. RGB value is (237,228,45). Sum of RGB (Red+Green+Blue) = 237+228+45=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 45 (17.97% from 255 or 8.82% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE42D is #121BD2. Grayscale: #D2D2D2. Windows color (decimal): -1186771 or 3007725. OLE color: 3007725.

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

Color convert

RGB 237 228 45 -
CMYK 0 0.04 0.81 0.07
HSL 57.19º 0.84% 0.55% -
HSV(B) 57.19º 0.81% 0.93% -
XYZ 63.14 73.68 13.38 -
YUV 209.83 34.98 147.38 -
System Red Green Blue C M Y K H S L
Decimal 237 228 45 0 0.04 0.81 0.07 57.19 0.84 0.55
Hex ED E4 2D 0 4 51 7 39 54 37
Octal 355 344 55 0 4 121 7 71 124 67
Binary 11101101 11100100 101101 0 100 1010001 111 111001 1010100 110111

Color Harmonies of #EDE42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE42D

Black with #EDE42D

Text Example


Text Example

White with #EDE42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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