Html Css Color HEX #EDD13A Golden Dream

📋 copy color: '#EDD13A'

red 237 ◦ green 209 ◦ blue 58

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

Shades of Golden Dream #EDD13A

Tints of Golden Dream #EDD13A

RGB

 RED value IS 237 (92.97% from 255) = 47.02%

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

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

R = 47.02%
G = 41.47%
B = 11.51%

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

#EDD13A (or 0xEDD13A) is known color: Golden Dream. HEX triplet: ED, D1 and 3A. RGB value is (237,209,58). Sum of RGB (Red+Green+Blue) = 237+209+58=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD13A is #122EC5. Grayscale: #C8C8C8. Windows color (decimal): -1191622 or 3854829. OLE color: 3854829.

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

Color convert

RGB 237 209 58 -
CMYK 0 0.12 0.76 0.07
HSL 50.61º 0.83% 0.58% -
HSV(B) 50.61º 0.76% 0.93% -
XYZ 58.49 63.91 13.26 -
YUV 200.16 47.78 154.28 -
System Red Green Blue C M Y K H S L
Decimal 237 209 58 0 0.12 0.76 0.07 50.61 0.83 0.58
Hex ED D1 3A 0 C 4C 7 33 53 3A
Octal 355 321 72 0 14 114 7 63 123 72
Binary 11101101 11010001 111010 0 1100 1001100 111 110011 1010011 111010

Color Harmonies of #EDD13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD13A

Black with #EDD13A

Text Example


Text Example

White with #EDD13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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