Html Css Color HEX #ECC832 Golden Dream

📋 copy color: '#ECC832'

red 236 ◦ green 200 ◦ blue 50

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

Shades of Golden Dream #ECC832

Tints of Golden Dream #ECC832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.29%

R = 48.56%
G = 41.15%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECC832 (or 0xECC832) is known color: Golden Dream. HEX triplet: EC, C8 and 32. RGB value is (236,200,50). Sum of RGB (Red+Green+Blue) = 236+200+50=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC832 is #1337CD. Grayscale: #C2C2C2. Windows color (decimal): -1259470 or 3328236. OLE color: 3328236.

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

Color convert

RGB 236 200 50 -
CMYK 0 0.15 0.79 0.07
HSL 48.39º 0.83% 0.56% -
HSV(B) 48.39º 0.79% 0.93% -
XYZ 55.82 59.37 11.54 -
YUV 193.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 236 200 50 0 0.15 0.79 0.07 48.39 0.83 0.56
Hex EC C8 32 0 F 4F 7 30 53 38
Octal 354 310 62 0 17 117 7 60 123 70
Binary 11101100 11001000 110010 0 1111 1001111 111 110000 1010011 111000

Color Harmonies of #ECC832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC832

Black with #ECC832

Text Example


Text Example

White with #ECC832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC832; }

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

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

background-color css

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

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

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

border-color css

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

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

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