Html Css Color HEX #EED635 Golden Fizz

📋 copy color: '#EED635'

red 238 ◦ green 214 ◦ blue 53

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

Shades of Golden Fizz #EED635

Tints of Golden Fizz #EED635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.38%

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

R = 47.13%
G = 42.38%
B = 10.5%

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

#EED635 (or 0xEED635) is known color: Golden Fizz. HEX triplet: EE, D6 and 35. RGB value is (238,214,53). Sum of RGB (Red+Green+Blue) = 238+214+53=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EED635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED635 is #1129CA. Grayscale: #CBCBCB. Windows color (decimal): -1124811 or 3528430. OLE color: 3528430.

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

Color convert

RGB 238 214 53 -
CMYK 0 0.10 0.78 0.07
HSL 52.22º 0.84% 0.57% -
HSV(B) 52.22º 0.78% 0.93% -
XYZ 59.95 66.53 13.05 -
YUV 202.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 238 214 53 0 0.10 0.78 0.07 52.22 0.84 0.57
Hex EE D6 35 0 A 4E 7 34 54 39
Octal 356 326 65 0 12 116 7 64 124 71
Binary 11101110 11010110 110101 0 1010 1001110 111 110100 1010100 111001

Color Harmonies of #EED635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED635

Black with #EED635

Text Example


Text Example

White with #EED635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED635; }

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

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

background-color css

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

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

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

border-color css

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

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

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