Html Css Color HEX #ECD234 Golden Dream

📋 copy color: '#ECD234'

red 236 ◦ green 210 ◦ blue 52

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

Shades of Golden Dream #ECD234

Tints of Golden Dream #ECD234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.44%

R = 47.39%
G = 42.17%
B = 10.44%

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

#ECD234 (or 0xECD234) is known color: Golden Dream. HEX triplet: EC, D2 and 34. RGB value is (236,210,52). Sum of RGB (Red+Green+Blue) = 236+210+52=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD234 is #132DCB. Grayscale: #C8C8C8. Windows color (decimal): -1256908 or 3461868. OLE color: 3461868.

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

Color convert

RGB 236 210 52 -
CMYK 0 0.11 0.78 0.07
HSL 51.52º 0.83% 0.56% -
HSV(B) 51.52º 0.78% 0.93% -
XYZ 58.26 64.17 12.57 -
YUV 199.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 236 210 52 0 0.11 0.78 0.07 51.52 0.83 0.56
Hex EC D2 34 0 B 4E 7 34 53 38
Octal 354 322 64 0 13 116 7 64 123 70
Binary 11101100 11010010 110100 0 1011 1001110 111 110100 1010011 111000

Color Harmonies of #ECD234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD234

Black with #ECD234

Text Example


Text Example

White with #ECD234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD234; }

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

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

background-color css

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

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

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

border-color css

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

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

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