Html Css Color HEX #ECD030 Golden Dream

📋 copy color: '#ECD030'

red 236 ◦ green 208 ◦ blue 48

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

Shades of Golden Dream #ECD030

Tints of Golden Dream #ECD030

RGB

 RED value IS 236 (92.58% from 255) = 47.97%

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

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

R = 47.97%
G = 42.28%
B = 9.76%

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

#ECD030 (or 0xECD030) is known color: Golden Dream. HEX triplet: EC, D0 and 30. RGB value is (236,208,48). Sum of RGB (Red+Green+Blue) = 236+208+48=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD030 is #132FCF. Grayscale: #C6C6C6. Windows color (decimal): -1257424 or 3199212. OLE color: 3199212.

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

Color convert

RGB 236 208 48 -
CMYK 0 0.12 0.80 0.07
HSL 51.06º 0.83% 0.56% -
HSV(B) 51.06º 0.8% 0.93% -
XYZ 57.68 63.16 11.95 -
YUV 198.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 236 208 48 0 0.12 0.80 0.07 51.06 0.83 0.56
Hex EC D0 30 0 C 50 7 33 53 38
Octal 354 320 60 0 14 120 7 63 123 70
Binary 11101100 11010000 110000 0 1100 1010000 111 110011 1010011 111000

Color Harmonies of #ECD030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD030

Black with #ECD030

Text Example


Text Example

White with #ECD030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD030; }

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

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

background-color css

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

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

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

border-color css

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

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

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