Html Css Color HEX #EDED38 Golden Fizz

📋 copy color: '#EDED38'

red 237 ◦ green 237 ◦ blue 56

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

Shades of Golden Fizz #EDED38

Tints of Golden Fizz #EDED38

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.72%

 BLUE value IS 56 (22.27% from 255) = 10.57%

R = 44.72%
G = 44.72%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDED38 (or 0xEDED38) is known color: Golden Fizz. HEX triplet: ED, ED and 38. RGB value is (237,237,56). Sum of RGB (Red+Green+Blue) = 237+237+56=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 56 (22.27% from 255 or 10.57% from 530); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED38 is #1212C7. Grayscale: #D9D9D9. Windows color (decimal): -1184456 or 3730925. OLE color: 3730925.

HSL color Cylindrical-coordinate representation of color #EDED38: hue angle of 60º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDED38 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 56 -
CMYK 0 0 0.76 0.07
HSL 60º 0.83% 0.57% -
HSV(B) 60º 0.76% 0.93% -
XYZ 65.92 78.86 15.49 -
YUV 216.37 37.5 142.72 -
System Red Green Blue C M Y K H S L
Decimal 237 237 56 0 0 0.76 0.07 60 0.83 0.57
Hex ED ED 38 0 0 4C 7 3C 53 39
Octal 355 355 70 0 0 114 7 74 123 71
Binary 11101101 11101101 111000 0 0 1001100 111 111100 1010011 111001

Color Harmonies of #EDED38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED38

Black with #EDED38

Text Example


Text Example

White with #EDED38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED38; }

 p { color: rgb(237,237,56); }

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

background-color css

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

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

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

border-color css

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

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

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