Html Css Color HEX #EC9E2A Yellow Sea

📋 copy color: '#EC9E2A'

red 236 ◦ green 158 ◦ blue 42

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

Shades of Yellow Sea #EC9E2A

Tints of Yellow Sea #EC9E2A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.24%

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

R = 54.13%
G = 36.24%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC9E2A (or 0xEC9E2A) is known color: Yellow Sea. HEX triplet: EC, 9E and 2A. RGB value is (236,158,42). Sum of RGB (Red+Green+Blue) = 236+158+42=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9E2A is #1361D5. Grayscale: #A8A8A8. Windows color (decimal): -1270230 or 2793196. OLE color: 2793196.

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

Color convert

RGB 236 158 42 -
CMYK 0 0.33 0.82 0.07
HSL 35.88º 0.84% 0.55% -
HSV(B) 35.88º 0.82% 0.93% -
XYZ 47.24 42.45 7.9 -
YUV 168.1 56.84 176.43 -
System Red Green Blue C M Y K H S L
Decimal 236 158 42 0 0.33 0.82 0.07 35.88 0.84 0.55
Hex EC 9E 2A 0 21 52 7 24 54 37
Octal 354 236 52 0 41 122 7 44 124 67
Binary 11101100 10011110 101010 0 100001 1010010 111 100100 1010100 110111

Color Harmonies of #EC9E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E2A

Black with #EC9E2A

Text Example


Text Example

White with #EC9E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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