Html Css Color HEX #EDD130 Golden Dream

📋 copy color: '#EDD130'

red 237 ◦ green 209 ◦ blue 48

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

Shades of Golden Dream #EDD130

Tints of Golden Dream #EDD130

RGB

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

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

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

R = 47.98%
G = 42.31%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDD130 (or 0xEDD130) is known color: Golden Dream. HEX triplet: ED, D1 and 30. RGB value is (237,209,48). Sum of RGB (Red+Green+Blue) = 237+209+48=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD130 is #122ECF. Grayscale: #C7C7C7. Windows color (decimal): -1191632 or 3199469. OLE color: 3199469.

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

Color convert

RGB 237 209 48 -
CMYK 0 0.12 0.80 0.07
HSL 51.11º 0.84% 0.56% -
HSV(B) 51.11º 0.8% 0.93% -
XYZ 58.26 63.82 12.04 -
YUV 199.02 42.78 155.09 -
System Red Green Blue C M Y K H S L
Decimal 237 209 48 0 0.12 0.80 0.07 51.11 0.84 0.56
Hex ED D1 30 0 C 50 7 33 54 38
Octal 355 321 60 0 14 120 7 63 124 70
Binary 11101101 11010001 110000 0 1100 1010000 111 110011 1010100 111000

Color Harmonies of #EDD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD130

Black with #EDD130

Text Example


Text Example

White with #EDD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD130; }

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

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

background-color css

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

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

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

border-color css

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

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

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