Html Css Color HEX #EDE02F Golden Fizz

📋 copy color: '#EDE02F'

red 237 ◦ green 224 ◦ blue 47

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

Shades of Golden Fizz #EDE02F

Tints of Golden Fizz #EDE02F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.09%

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

R = 46.65%
G = 44.09%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDE02F (or 0xEDE02F) is known color: Golden Fizz. HEX triplet: ED, E0 and 2F. RGB value is (237,224,47). Sum of RGB (Red+Green+Blue) = 237+224+47=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE02F is #121FD0. Grayscale: #D0D0D0. Windows color (decimal): -1187793 or 3137773. OLE color: 3137773.

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

Color convert

RGB 237 224 47 -
CMYK 0 0.05 0.80 0.07
HSL 55.89º 0.84% 0.56% -
HSV(B) 55.89º 0.8% 0.93% -
XYZ 62.09 71.52 13.22 -
YUV 207.71 37.31 148.89 -
System Red Green Blue C M Y K H S L
Decimal 237 224 47 0 0.05 0.80 0.07 55.89 0.84 0.56
Hex ED E0 2F 0 5 50 7 38 54 38
Octal 355 340 57 0 5 120 7 70 124 70
Binary 11101101 11100000 101111 0 101 1010000 111 111000 1010100 111000

Color Harmonies of #EDE02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE02F

Black with #EDE02F

Text Example


Text Example

White with #EDE02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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