Html Css Color HEX #EC9C2A Yellow Sea

📋 copy color: '#EC9C2A'

red 236 ◦ green 156 ◦ blue 42

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

Shades of Yellow Sea #EC9C2A

Tints of Yellow Sea #EC9C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.94%

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

R = 54.38%
G = 35.94%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC9C2A (or 0xEC9C2A) is known color: Yellow Sea. HEX triplet: EC, 9C and 2A. RGB value is (236,156,42). Sum of RGB (Red+Green+Blue) = 236+156+42=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C2A is #1363D5. Grayscale: #A7A7A7. Windows color (decimal): -1270742 or 2792684. OLE color: 2792684.

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

Color convert

RGB 236 156 42 -
CMYK 0 0.34 0.82 0.07
HSL 35.26º 0.84% 0.55% -
HSV(B) 35.26º 0.82% 0.93% -
XYZ 46.9 41.78 7.78 -
YUV 166.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 236 156 42 0 0.34 0.82 0.07 35.26 0.84 0.55
Hex EC 9C 2A 0 22 52 7 23 54 37
Octal 354 234 52 0 42 122 7 43 124 67
Binary 11101100 10011100 101010 0 100010 1010010 111 100011 1010100 110111

Color Harmonies of #EC9C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C2A

Black with #EC9C2A

Text Example


Text Example

White with #EC9C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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