Html Css Color HEX #ECA130 Yellow Sea

📋 copy color: '#ECA130'

red 236 ◦ green 161 ◦ blue 48

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

Shades of Yellow Sea #ECA130

Tints of Yellow Sea #ECA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.18%

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

R = 53.03%
G = 36.18%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECA130 (or 0xECA130) is known color: Yellow Sea. HEX triplet: EC, A1 and 30. RGB value is (236,161,48). Sum of RGB (Red+Green+Blue) = 236+161+48=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA130 is #135ECF. Grayscale: #ABABAB. Windows color (decimal): -1269456 or 3187180. OLE color: 3187180.

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

Color convert

RGB 236 161 48 -
CMYK 0 0.32 0.80 0.07
HSL 36.06º 0.83% 0.56% -
HSV(B) 36.06º 0.8% 0.93% -
XYZ 47.87 43.54 8.68 -
YUV 170.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 236 161 48 0 0.32 0.80 0.07 36.06 0.83 0.56
Hex EC A1 30 0 20 50 7 24 53 38
Octal 354 241 60 0 40 120 7 44 123 70
Binary 11101100 10100001 110000 0 100000 1010000 111 100100 1010011 111000

Color Harmonies of #ECA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA130

Black with #ECA130

Text Example


Text Example

White with #ECA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA130; }

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

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

background-color css

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

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

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

border-color css

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

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

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