Html Css Color HEX #EDE538 Golden Fizz

📋 copy color: '#EDE538'

red 237 ◦ green 229 ◦ blue 56

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

Shades of Golden Fizz #EDE538

Tints of Golden Fizz #EDE538

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.87%

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

R = 45.4%
G = 43.87%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDE538 (or 0xEDE538) is known color: Golden Fizz. HEX triplet: ED, E5 and 38. RGB value is (237,229,56). Sum of RGB (Red+Green+Blue) = 237+229+56=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 56 (22.27% from 255 or 10.73% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE538 is #121AC7. Grayscale: #D4D4D4. Windows color (decimal): -1186504 or 3728877. OLE color: 3728877.

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

Color convert

RGB 237 229 56 -
CMYK 0 0.03 0.76 0.07
HSL 57.35º 0.83% 0.57% -
HSV(B) 57.35º 0.76% 0.93% -
XYZ 63.66 74.33 14.73 -
YUV 211.67 40.15 146.07 -
System Red Green Blue C M Y K H S L
Decimal 237 229 56 0 0.03 0.76 0.07 57.35 0.83 0.57
Hex ED E5 38 0 3 4C 7 39 53 39
Octal 355 345 70 0 3 114 7 71 123 71
Binary 11101101 11100101 111000 0 11 1001100 111 111001 1010011 111001

Color Harmonies of #EDE538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE538

Black with #EDE538

Text Example


Text Example

White with #EDE538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE538; }

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

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

background-color css

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

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

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

border-color css

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

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

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