Html Css Color HEX #EED735 Golden Fizz

📋 copy color: '#EED735'

red 238 ◦ green 215 ◦ blue 53

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

Shades of Golden Fizz #EED735

Tints of Golden Fizz #EED735

RGB

 RED value IS 238 (93.36% from 255) = 47.04%

 GREEN value IS 215 (84.38% from 255) = 42.49%

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

R = 47.04%
G = 42.49%
B = 10.47%

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

#EED735 (or 0xEED735) is known color: Golden Fizz. HEX triplet: EE, D7 and 35. RGB value is (238,215,53). Sum of RGB (Red+Green+Blue) = 238+215+53=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EED735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED735 is #1128CA. Grayscale: #CCCCCC. Windows color (decimal): -1124555 or 3528686. OLE color: 3528686.

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

Color convert

RGB 238 215 53 -
CMYK 0 0.10 0.78 0.07
HSL 52.54º 0.84% 0.57% -
HSV(B) 52.54º 0.78% 0.93% -
XYZ 60.2 67.04 13.13 -
YUV 203.41 43.12 152.67 -
System Red Green Blue C M Y K H S L
Decimal 238 215 53 0 0.10 0.78 0.07 52.54 0.84 0.57
Hex EE D7 35 0 A 4E 7 35 54 39
Octal 356 327 65 0 12 116 7 65 124 71
Binary 11101110 11010111 110101 0 1010 1001110 111 110101 1010100 111001

Color Harmonies of #EED735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED735

Black with #EED735

Text Example


Text Example

White with #EED735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED735; }

 p { color: rgb(238,215,53); }

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

background-color css

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

 a { background-color: rgb(238,215,53); }

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

border-color css

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

 span { border-color: rgb(238,215,53); }

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