Html Css Color HEX #EDD538 Golden Fizz

📋 copy color: '#EDD538'

red 237 ◦ green 213 ◦ blue 56

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

Shades of Golden Fizz #EDD538

Tints of Golden Fizz #EDD538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.09%

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

R = 46.84%
G = 42.09%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDD538 (or 0xEDD538) is known color: Golden Fizz. HEX triplet: ED, D5 and 38. RGB value is (237,213,56). Sum of RGB (Red+Green+Blue) = 237+213+56=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD538 is #122AC7. Grayscale: #CACACA. Windows color (decimal): -1190600 or 3724781. OLE color: 3724781.

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

Color convert

RGB 237 213 56 -
CMYK 0 0.10 0.76 0.07
HSL 52.04º 0.83% 0.57% -
HSV(B) 52.04º 0.76% 0.93% -
XYZ 59.43 65.88 13.32 -
YUV 202.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 237 213 56 0 0.10 0.76 0.07 52.04 0.83 0.57
Hex ED D5 38 0 A 4C 7 34 53 39
Octal 355 325 70 0 12 114 7 64 123 71
Binary 11101101 11010101 111000 0 1010 1001100 111 110100 1010011 111001

Color Harmonies of #EDD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD538

Black with #EDD538

Text Example


Text Example

White with #EDD538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD538; }

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

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

background-color css

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

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

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

border-color css

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

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

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