Html Css Color HEX #ECC830 Golden Dream

📋 copy color: '#ECC830'

red 236 ◦ green 200 ◦ blue 48

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

Shades of Golden Dream #ECC830

Tints of Golden Dream #ECC830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

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

R = 48.76%
G = 41.32%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECC830 (or 0xECC830) is known color: Golden Dream. HEX triplet: EC, C8 and 30. RGB value is (236,200,48). Sum of RGB (Red+Green+Blue) = 236+200+48=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC830 is #1337CF. Grayscale: #C2C2C2. Windows color (decimal): -1259472 or 3197164. OLE color: 3197164.

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

Color convert

RGB 236 200 48 -
CMYK 0 0.15 0.80 0.07
HSL 48.51º 0.83% 0.56% -
HSV(B) 48.51º 0.8% 0.93% -
XYZ 55.78 59.35 11.31 -
YUV 193.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 236 200 48 0 0.15 0.80 0.07 48.51 0.83 0.56
Hex EC C8 30 0 F 50 7 31 53 38
Octal 354 310 60 0 17 120 7 61 123 70
Binary 11101100 11001000 110000 0 1111 1010000 111 110001 1010011 111000

Color Harmonies of #ECC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC830

Black with #ECC830

Text Example


Text Example

White with #ECC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC830; }

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

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

background-color css

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

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

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

border-color css

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

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

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