Html Css Color HEX #EED734 Golden Fizz

📋 copy color: '#EED734'

red 238 ◦ green 215 ◦ blue 52

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

Shades of Golden Fizz #EED734

Tints of Golden Fizz #EED734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.3%

R = 47.13%
G = 42.57%
B = 10.3%

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

#EED734 (or 0xEED734) is known color: Golden Fizz. HEX triplet: EE, D7 and 34. RGB value is (238,215,52). Sum of RGB (Red+Green+Blue) = 238+215+52=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EED734 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED734 is #1128CB. Grayscale: #CBCBCB. Windows color (decimal): -1124556 or 3463150. OLE color: 3463150.

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

Color convert

RGB 238 215 52 -
CMYK 0 0.10 0.78 0.07
HSL 52.58º 0.85% 0.57% -
HSV(B) 52.58º 0.78% 0.93% -
XYZ 60.18 67.03 13.01 -
YUV 203.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 238 215 52 0 0.10 0.78 0.07 52.58 0.85 0.57
Hex EE D7 34 0 A 4E 7 35 55 39
Octal 356 327 64 0 12 116 7 65 125 71
Binary 11101110 11010111 110100 0 1010 1001110 111 110101 1010101 111001

Color Harmonies of #EED734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED734

Black with #EED734

Text Example


Text Example

White with #EED734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED734; }

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

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

background-color css

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

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

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

border-color css

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

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

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