Html Css Color HEX #EED13A Golden Dream

📋 copy color: '#EED13A'

red 238 ◦ green 209 ◦ blue 58

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

Shades of Golden Dream #EED13A

Tints of Golden Dream #EED13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.39%

 BLUE value IS 58 (23.05% from 255) = 11.49%

R = 47.13%
G = 41.39%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EED13A (or 0xEED13A) is known color: Golden Dream. HEX triplet: EE, D1 and 3A. RGB value is (238,209,58). Sum of RGB (Red+Green+Blue) = 238+209+58=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EED13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED13A is #112EC5. Grayscale: #C9C9C9. Windows color (decimal): -1126086 or 3854830. OLE color: 3854830.

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

Color convert

RGB 238 209 58 -
CMYK 0 0.12 0.76 0.07
HSL 50.33º 0.84% 0.58% -
HSV(B) 50.33º 0.76% 0.93% -
XYZ 58.82 64.08 13.27 -
YUV 200.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 238 209 58 0 0.12 0.76 0.07 50.33 0.84 0.58
Hex EE D1 3A 0 C 4C 7 32 54 3A
Octal 356 321 72 0 14 114 7 62 124 72
Binary 11101110 11010001 111010 0 1100 1001100 111 110010 1010100 111010

Color Harmonies of #EED13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED13A

Black with #EED13A

Text Example


Text Example

White with #EED13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED13A; }

 p { color: rgb(238,209,58); }

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

background-color css

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

 a { background-color: rgb(238,209,58); }

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

border-color css

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

 span { border-color: rgb(238,209,58); }

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