Html Css Color HEX #ECD035 Golden Dream

📋 copy color: '#ECD035'

red 236 ◦ green 208 ◦ blue 53

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

Shades of Golden Dream #ECD035

Tints of Golden Dream #ECD035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.66%

R = 47.48%
G = 41.85%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECD035 (or 0xECD035) is known color: Golden Dream. HEX triplet: EC, D0 and 35. RGB value is (236,208,53). Sum of RGB (Red+Green+Blue) = 236+208+53=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD035 is #132FCA. Grayscale: #C7C7C7. Windows color (decimal): -1257419 or 3526892. OLE color: 3526892.

HSL color Cylindrical-coordinate representation of color #ECD035: hue angle of 50.82º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECD035 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 53 -
CMYK 0 0.12 0.78 0.07
HSL 50.82º 0.83% 0.57% -
HSV(B) 50.82º 0.78% 0.93% -
XYZ 57.79 63.2 12.52 -
YUV 198.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 236 208 53 0 0.12 0.78 0.07 50.82 0.83 0.57
Hex EC D0 35 0 C 4E 7 33 53 39
Octal 354 320 65 0 14 116 7 63 123 71
Binary 11101100 11010000 110101 0 1100 1001110 111 110011 1010011 111001

Color Harmonies of #ECD035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD035

Black with #ECD035

Text Example


Text Example

White with #ECD035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD035; }

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

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

background-color css

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

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

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

border-color css

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

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

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