Html Css Color HEX #EED633 Golden Fizz

📋 copy color: '#EED633'

red 238 ◦ green 214 ◦ blue 51

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

Shades of Golden Fizz #EED633

Tints of Golden Fizz #EED633

RGB

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

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

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

R = 47.32%
G = 42.54%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EED633 (or 0xEED633) is known color: Golden Fizz. HEX triplet: EE, D6 and 33. RGB value is (238,214,51). Sum of RGB (Red+Green+Blue) = 238+214+51=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 51 (20.31% from 255 or 10.14% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EED633 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED633 is #1129CC. Grayscale: #CBCBCB. Windows color (decimal): -1124813 or 3397358. OLE color: 3397358.

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

Color convert

RGB 238 214 51 -
CMYK 0 0.10 0.79 0.07
HSL 52.3º 0.85% 0.57% -
HSV(B) 52.3º 0.79% 0.93% -
XYZ 59.9 66.51 12.81 -
YUV 202.59 42.45 153.25 -
System Red Green Blue C M Y K H S L
Decimal 238 214 51 0 0.10 0.79 0.07 52.3 0.85 0.57
Hex EE D6 33 0 A 4F 7 34 55 39
Octal 356 326 63 0 12 117 7 64 125 71
Binary 11101110 11010110 110011 0 1010 1001111 111 110100 1010101 111001

Color Harmonies of #EED633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED633

Black with #EED633

Text Example


Text Example

White with #EED633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED633; }

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

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

background-color css

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

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

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

border-color css

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

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

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