Html Css Color HEX #ECD230 Golden Dream

📋 copy color: '#ECD230'

red 236 ◦ green 210 ◦ blue 48

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

Shades of Golden Dream #ECD230

Tints of Golden Dream #ECD230

RGB

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

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

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

R = 47.77%
G = 42.51%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECD230 (or 0xECD230) is known color: Golden Dream. HEX triplet: EC, D2 and 30. RGB value is (236,210,48). Sum of RGB (Red+Green+Blue) = 236+210+48=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD230 is #132DCF. Grayscale: #C7C7C7. Windows color (decimal): -1256912 or 3199724. OLE color: 3199724.

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

Color convert

RGB 236 210 48 -
CMYK 0 0.11 0.80 0.07
HSL 51.7º 0.83% 0.56% -
HSV(B) 51.7º 0.8% 0.93% -
XYZ 58.17 64.14 12.11 -
YUV 199.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 236 210 48 0 0.11 0.80 0.07 51.7 0.83 0.56
Hex EC D2 30 0 B 50 7 34 53 38
Octal 354 322 60 0 13 120 7 64 123 70
Binary 11101100 11010010 110000 0 1011 1010000 111 110100 1010011 111000

Color Harmonies of #ECD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD230

Black with #ECD230

Text Example


Text Example

White with #ECD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD230; }

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

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

background-color css

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

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

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

border-color css

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

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

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