Html Css Color HEX #EDD533 Golden Fizz

📋 copy color: '#EDD533'

red 237 ◦ green 213 ◦ blue 51

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

Shades of Golden Fizz #EDD533

Tints of Golden Fizz #EDD533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.18%

R = 47.31%
G = 42.51%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDD533 (or 0xEDD533) is known color: Golden Fizz. HEX triplet: ED, D5 and 33. RGB value is (237,213,51). Sum of RGB (Red+Green+Blue) = 237+213+51=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 51 (20.31% from 255 or 10.18% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD533 is #122ACC. Grayscale: #CACACA. Windows color (decimal): -1190605 or 3397101. OLE color: 3397101.

HSL color Cylindrical-coordinate representation of color #EDD533: hue angle of 52.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDD533 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 51 -
CMYK 0 0.10 0.78 0.07
HSL 52.26º 0.84% 0.56% -
HSV(B) 52.26º 0.78% 0.93% -
XYZ 59.32 65.83 12.71 -
YUV 201.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 237 213 51 0 0.10 0.78 0.07 52.26 0.84 0.56
Hex ED D5 33 0 A 4E 7 34 54 38
Octal 355 325 63 0 12 116 7 64 124 70
Binary 11101101 11010101 110011 0 1010 1001110 111 110100 1010100 111000

Color Harmonies of #EDD533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD533

Black with #EDD533

Text Example


Text Example

White with #EDD533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD533; }

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

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

background-color css

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

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

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

border-color css

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

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

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