Html Css Color HEX #EED63D Golden Fizz

📋 copy color: '#EED63D'

red 238 ◦ green 214 ◦ blue 61

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

Shades of Golden Fizz #EED63D

Tints of Golden Fizz #EED63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.89%

R = 46.39%
G = 41.72%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EED63D (or 0xEED63D) is known color: Golden Fizz. HEX triplet: EE, D6 and 3D. RGB value is (238,214,61). Sum of RGB (Red+Green+Blue) = 238+214+61=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EED63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED63D is #1129C2. Grayscale: #CCCCCC. Windows color (decimal): -1124803 or 4052718. OLE color: 4052718.

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

Color convert

RGB 238 214 61 -
CMYK 0 0.10 0.74 0.07
HSL 51.86º 0.84% 0.59% -
HSV(B) 51.86º 0.74% 0.93% -
XYZ 60.15 66.61 14.1 -
YUV 203.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 238 214 61 0 0.10 0.74 0.07 51.86 0.84 0.59
Hex EE D6 3D 0 A 4A 7 34 54 3B
Octal 356 326 75 0 12 112 7 64 124 73
Binary 11101110 11010110 111101 0 1010 1001010 111 110100 1010100 111011

Color Harmonies of #EED63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED63D

Black with #EED63D

Text Example


Text Example

White with #EED63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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