Html Css Color HEX #ECCA32 Golden Dream

📋 copy color: '#ECCA32'

red 236 ◦ green 202 ◦ blue 50

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

Shades of Golden Dream #ECCA32

Tints of Golden Dream #ECCA32

RGB

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

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

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

R = 48.36%
G = 41.39%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECCA32 (or 0xECCA32) is known color: Golden Dream. HEX triplet: EC, CA and 32. RGB value is (236,202,50). Sum of RGB (Red+Green+Blue) = 236+202+50=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA32 is #1335CD. Grayscale: #C3C3C3. Windows color (decimal): -1258958 or 3328748. OLE color: 3328748.

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

Color convert

RGB 236 202 50 -
CMYK 0 0.14 0.79 0.07
HSL 49.03º 0.83% 0.56% -
HSV(B) 49.03º 0.79% 0.93% -
XYZ 56.29 60.3 11.69 -
YUV 194.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 236 202 50 0 0.14 0.79 0.07 49.03 0.83 0.56
Hex EC CA 32 0 E 4F 7 31 53 38
Octal 354 312 62 0 16 117 7 61 123 70
Binary 11101100 11001010 110010 0 1110 1001111 111 110001 1010011 111000

Color Harmonies of #ECCA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA32

Black with #ECCA32

Text Example


Text Example

White with #ECCA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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