Html Css Color HEX #EDD335 Golden Fizz

📋 copy color: '#EDD335'

red 237 ◦ green 211 ◦ blue 53

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

Shades of Golden Fizz #EDD335

Tints of Golden Fizz #EDD335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.58%

R = 47.31%
G = 42.12%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDD335 (or 0xEDD335) is known color: Golden Fizz. HEX triplet: ED, D3 and 35. RGB value is (237,211,53). Sum of RGB (Red+Green+Blue) = 237+211+53=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD335 is #122CCA. Grayscale: #C9C9C9. Windows color (decimal): -1191115 or 3527661. OLE color: 3527661.

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

Color convert

RGB 237 211 53 -
CMYK 0 0.11 0.78 0.07
HSL 51.52º 0.84% 0.57% -
HSV(B) 51.52º 0.78% 0.93% -
XYZ 58.86 64.85 12.78 -
YUV 200.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 237 211 53 0 0.11 0.78 0.07 51.52 0.84 0.57
Hex ED D3 35 0 B 4E 7 34 54 39
Octal 355 323 65 0 13 116 7 64 124 71
Binary 11101101 11010011 110101 0 1011 1001110 111 110100 1010100 111001

Color Harmonies of #EDD335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD335

Black with #EDD335

Text Example


Text Example

White with #EDD335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD335; }

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

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

background-color css

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

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

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

border-color css

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

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

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