Html Css Color HEX #EED03A Golden Dream

📋 copy color: '#EED03A'

red 238 ◦ green 208 ◦ blue 58

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

Shades of Golden Dream #EED03A

Tints of Golden Dream #EED03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.27%

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

R = 47.22%
G = 41.27%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EED03A (or 0xEED03A) is known color: Golden Dream. HEX triplet: EE, D0 and 3A. RGB value is (238,208,58). Sum of RGB (Red+Green+Blue) = 238+208+58=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EED03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED03A is #112FC5. Grayscale: #C8C8C8. Windows color (decimal): -1126342 or 3854574. OLE color: 3854574.

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

Color convert

RGB 238 208 58 -
CMYK 0 0.13 0.76 0.07
HSL 50º 0.84% 0.58% -
HSV(B) 50º 0.76% 0.93% -
XYZ 58.58 63.59 13.19 -
YUV 199.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 238 208 58 0 0.13 0.76 0.07 50 0.84 0.58
Hex EE D0 3A 0 D 4C 7 32 54 3A
Octal 356 320 72 0 15 114 7 62 124 72
Binary 11101110 11010000 111010 0 1101 1001100 111 110010 1010100 111010

Color Harmonies of #EED03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED03A

Black with #EED03A

Text Example


Text Example

White with #EED03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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