Html Css Color HEX #ECCA2C Golden Dream

📋 copy color: '#ECCA2C'

red 236 ◦ green 202 ◦ blue 44

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

Shades of Golden Dream #ECCA2C

Tints of Golden Dream #ECCA2C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

 BLUE value IS 44 (17.58% from 255) = 9.13%

R = 48.96%
G = 41.91%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECCA2C (or 0xECCA2C) is known color: Golden Dream. HEX triplet: EC, CA and 2C. RGB value is (236,202,44). Sum of RGB (Red+Green+Blue) = 236+202+44=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA2C is #1335D3. Grayscale: #C2C2C2. Windows color (decimal): -1258964 or 2935532. OLE color: 2935532.

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

Color convert

RGB 236 202 44 -
CMYK 0 0.14 0.81 0.07
HSL 49.38º 0.83% 0.55% -
HSV(B) 49.38º 0.81% 0.93% -
XYZ 56.17 60.26 11.05 -
YUV 194.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 236 202 44 0 0.14 0.81 0.07 49.38 0.83 0.55
Hex EC CA 2C 0 E 51 7 31 53 37
Octal 354 312 54 0 16 121 7 61 123 67
Binary 11101100 11001010 101100 0 1110 1010001 111 110001 1010011 110111

Color Harmonies of #ECCA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA2C

Black with #ECCA2C

Text Example


Text Example

White with #ECCA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA2C; }

 p { color: rgb(236,202,44); }

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

background-color css

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

 a { background-color: rgb(236,202,44); }

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

border-color css

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

 span { border-color: rgb(236,202,44); }

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