Html Css Color HEX #EDD338 Golden Fizz

📋 copy color: '#EDD338'

red 237 ◦ green 211 ◦ blue 56

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

Shades of Golden Fizz #EDD338

Tints of Golden Fizz #EDD338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.87%

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

R = 47.02%
G = 41.87%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDD338 (or 0xEDD338) is known color: Golden Fizz. HEX triplet: ED, D3 and 38. RGB value is (237,211,56). Sum of RGB (Red+Green+Blue) = 237+211+56=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD338 is #122CC7. Grayscale: #C9C9C9. Windows color (decimal): -1191112 or 3724269. OLE color: 3724269.

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

Color convert

RGB 237 211 56 -
CMYK 0 0.11 0.76 0.07
HSL 51.38º 0.83% 0.57% -
HSV(B) 51.38º 0.76% 0.93% -
XYZ 58.93 64.88 13.16 -
YUV 201.1 46.11 153.6 -
System Red Green Blue C M Y K H S L
Decimal 237 211 56 0 0.11 0.76 0.07 51.38 0.83 0.57
Hex ED D3 38 0 B 4C 7 33 53 39
Octal 355 323 70 0 13 114 7 63 123 71
Binary 11101101 11010011 111000 0 1011 1001100 111 110011 1010011 111001

Color Harmonies of #EDD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD338

Black with #EDD338

Text Example


Text Example

White with #EDD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD338; }

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

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

background-color css

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

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

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

border-color css

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

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

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