Html Css Color HEX #ECCA2E Golden Dream

📋 copy color: '#ECCA2E'

red 236 ◦ green 202 ◦ blue 46

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

Shades of Golden Dream #ECCA2E

Tints of Golden Dream #ECCA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.5%

R = 48.76%
G = 41.74%
B = 9.5%

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

#ECCA2E (or 0xECCA2E) is known color: Golden Dream. HEX triplet: EC, CA and 2E. RGB value is (236,202,46). Sum of RGB (Red+Green+Blue) = 236+202+46=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA2E is #1335D1. Grayscale: #C3C3C3. Windows color (decimal): -1258962 or 3066604. OLE color: 3066604.

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

Color convert

RGB 236 202 46 -
CMYK 0 0.14 0.81 0.07
HSL 49.26º 0.83% 0.55% -
HSV(B) 49.26º 0.81% 0.93% -
XYZ 56.21 60.27 11.26 -
YUV 194.38 44.26 157.68 -
System Red Green Blue C M Y K H S L
Decimal 236 202 46 0 0.14 0.81 0.07 49.26 0.83 0.55
Hex EC CA 2E 0 E 51 7 31 53 37
Octal 354 312 56 0 16 121 7 61 123 67
Binary 11101100 11001010 101110 0 1110 1010001 111 110001 1010011 110111

Color Harmonies of #ECCA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA2E

Black with #ECCA2E

Text Example


Text Example

White with #ECCA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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