Html Css Color HEX #ECC730 Golden Dream

📋 copy color: '#ECC730'

red 236 ◦ green 199 ◦ blue 48

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

Shades of Golden Dream #ECC730

Tints of Golden Dream #ECC730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

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

R = 48.86%
G = 41.2%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECC730 (or 0xECC730) is known color: Golden Dream. HEX triplet: EC, C7 and 30. RGB value is (236,199,48). Sum of RGB (Red+Green+Blue) = 236+199+48=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC730 is #1338CF. Grayscale: #C1C1C1. Windows color (decimal): -1259728 or 3196908. OLE color: 3196908.

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

Color convert

RGB 236 199 48 -
CMYK 0 0.16 0.80 0.07
HSL 48.19º 0.83% 0.56% -
HSV(B) 48.19º 0.8% 0.93% -
XYZ 55.55 58.89 11.24 -
YUV 192.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 236 199 48 0 0.16 0.80 0.07 48.19 0.83 0.56
Hex EC C7 30 0 10 50 7 30 53 38
Octal 354 307 60 0 20 120 7 60 123 70
Binary 11101100 11000111 110000 0 10000 1010000 111 110000 1010011 111000

Color Harmonies of #ECC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC730

Black with #ECC730

Text Example


Text Example

White with #ECC730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC730; }

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

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

background-color css

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

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

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

border-color css

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

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

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