Html Css Color HEX #ECD235 Golden Dream

📋 copy color: '#ECD235'

red 236 ◦ green 210 ◦ blue 53

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

Shades of Golden Dream #ECD235

Tints of Golden Dream #ECD235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

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

R = 47.29%
G = 42.08%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECD235 (or 0xECD235) is known color: Golden Dream. HEX triplet: EC, D2 and 35. RGB value is (236,210,53). Sum of RGB (Red+Green+Blue) = 236+210+53=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 53 (21.09% from 255 or 10.62% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD235 is #132DCA. Grayscale: #C8C8C8. Windows color (decimal): -1256907 or 3527404. OLE color: 3527404.

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

Color convert

RGB 236 210 53 -
CMYK 0 0.11 0.78 0.07
HSL 51.48º 0.83% 0.57% -
HSV(B) 51.48º 0.78% 0.93% -
XYZ 58.28 64.18 12.68 -
YUV 199.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 236 210 53 0 0.11 0.78 0.07 51.48 0.83 0.57
Hex EC D2 35 0 B 4E 7 33 53 39
Octal 354 322 65 0 13 116 7 63 123 71
Binary 11101100 11010010 110101 0 1011 1001110 111 110011 1010011 111001

Color Harmonies of #ECD235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD235

Black with #ECD235

Text Example


Text Example

White with #ECD235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD235; }

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

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

background-color css

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

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

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

border-color css

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

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

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