Html Css Color HEX #ECA12C Yellow Sea

📋 copy color: '#ECA12C'

red 236 ◦ green 161 ◦ blue 44

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

Shades of Yellow Sea #ECA12C

Tints of Yellow Sea #ECA12C

RGB

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

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

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

R = 53.51%
G = 36.51%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECA12C (or 0xECA12C) is known color: Yellow Sea. HEX triplet: EC, A1 and 2C. RGB value is (236,161,44). Sum of RGB (Red+Green+Blue) = 236+161+44=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA12C is #135ED3. Grayscale: #AAAAAA. Windows color (decimal): -1269460 or 2925036. OLE color: 2925036.

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

Color convert

RGB 236 161 44 -
CMYK 0 0.32 0.81 0.07
HSL 36.56º 0.83% 0.55% -
HSV(B) 36.56º 0.81% 0.93% -
XYZ 47.79 43.5 8.26 -
YUV 170.09 56.85 175.01 -
System Red Green Blue C M Y K H S L
Decimal 236 161 44 0 0.32 0.81 0.07 36.56 0.83 0.55
Hex EC A1 2C 0 20 51 7 25 53 37
Octal 354 241 54 0 40 121 7 45 123 67
Binary 11101100 10100001 101100 0 100000 1010001 111 100101 1010011 110111

Color Harmonies of #ECA12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA12C

Black with #ECA12C

Text Example


Text Example

White with #ECA12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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