Html Css Color HEX #EDD030 Golden Dream

📋 copy color: '#EDD030'

red 237 ◦ green 208 ◦ blue 48

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

Shades of Golden Dream #EDD030

Tints of Golden Dream #EDD030

RGB

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

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

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

R = 48.07%
G = 42.19%
B = 9.74%

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

#EDD030 (or 0xEDD030) is known color: Golden Dream. HEX triplet: ED, D0 and 30. RGB value is (237,208,48). Sum of RGB (Red+Green+Blue) = 237+208+48=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD030 is #122FCF. Grayscale: #C7C7C7. Windows color (decimal): -1191888 or 3199213. OLE color: 3199213.

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

Color convert

RGB 237 208 48 -
CMYK 0 0.12 0.80 0.07
HSL 50.79º 0.84% 0.56% -
HSV(B) 50.79º 0.8% 0.93% -
XYZ 58.01 63.33 11.96 -
YUV 198.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 237 208 48 0 0.12 0.80 0.07 50.79 0.84 0.56
Hex ED D0 30 0 C 50 7 33 54 38
Octal 355 320 60 0 14 120 7 63 124 70
Binary 11101101 11010000 110000 0 1100 1010000 111 110011 1010100 111000

Color Harmonies of #EDD030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD030

Black with #EDD030

Text Example


Text Example

White with #EDD030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD030; }

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

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

background-color css

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

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

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

border-color css

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

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

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