Html Css Color HEX #EED630 Golden Fizz

📋 copy color: '#EED630'

red 238 ◦ green 214 ◦ blue 48

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

Shades of Golden Fizz #EED630

Tints of Golden Fizz #EED630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.6%

R = 47.6%
G = 42.8%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EED630 (or 0xEED630) is known color: Golden Fizz. HEX triplet: EE, D6 and 30. RGB value is (238,214,48). Sum of RGB (Red+Green+Blue) = 238+214+48=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EED630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED630 is #1129CF. Grayscale: #CACACA. Windows color (decimal): -1124816 or 3200750. OLE color: 3200750.

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

Color convert

RGB 238 214 48 -
CMYK 0 0.10 0.80 0.07
HSL 52.42º 0.85% 0.56% -
HSV(B) 52.42º 0.8% 0.93% -
XYZ 59.84 66.48 12.48 -
YUV 202.25 40.95 153.5 -
System Red Green Blue C M Y K H S L
Decimal 238 214 48 0 0.10 0.80 0.07 52.42 0.85 0.56
Hex EE D6 30 0 A 50 7 34 55 38
Octal 356 326 60 0 12 120 7 64 125 70
Binary 11101110 11010110 110000 0 1010 1010000 111 110100 1010101 111000

Color Harmonies of #EED630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED630

Black with #EED630

Text Example


Text Example

White with #EED630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED630; }

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

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

background-color css

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

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

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

border-color css

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

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

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