Html Css Color HEX #ECA02A Yellow Sea

📋 copy color: '#ECA02A'

red 236 ◦ green 160 ◦ blue 42

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

Shades of Yellow Sea #ECA02A

Tints of Yellow Sea #ECA02A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

 BLUE value IS 42 (16.8% from 255) = 9.59%

R = 53.88%
G = 36.53%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECA02A (or 0xECA02A) is known color: Yellow Sea. HEX triplet: EC, A0 and 2A. RGB value is (236,160,42). Sum of RGB (Red+Green+Blue) = 236+160+42=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA02A is #135FD5. Grayscale: #A9A9A9. Windows color (decimal): -1269718 or 2793708. OLE color: 2793708.

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

Color convert

RGB 236 160 42 -
CMYK 0 0.32 0.82 0.07
HSL 36.49º 0.84% 0.55% -
HSV(B) 36.49º 0.82% 0.93% -
XYZ 47.58 43.14 8.01 -
YUV 169.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 236 160 42 0 0.32 0.82 0.07 36.49 0.84 0.55
Hex EC A0 2A 0 20 52 7 24 54 37
Octal 354 240 52 0 40 122 7 44 124 67
Binary 11101100 10100000 101010 0 100000 1010010 111 100100 1010100 110111

Color Harmonies of #ECA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA02A

Black with #ECA02A

Text Example


Text Example

White with #ECA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA02A; }

 p { color: rgb(236,160,42); }

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

background-color css

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

 a { background-color: rgb(236,160,42); }

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

border-color css

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

 span { border-color: rgb(236,160,42); }

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