Html Css Color HEX #EC8B1A Carrot Orange

📋 copy color: '#EC8B1A'

red 236 ◦ green 139 ◦ blue 26

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

Shades of Carrot Orange #EC8B1A

Tints of Carrot Orange #EC8B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 26 (10.55% from 255) = 6.48%

R = 58.85%
G = 34.66%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC8B1A (or 0xEC8B1A) is known color: Carrot Orange. HEX triplet: EC, 8B and 1A. RGB value is (236,139,26). Sum of RGB (Red+Green+Blue) = 236+139+26=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B1A is #1374E5. Grayscale: #9B9B9B. Windows color (decimal): -1275110 or 1739756. OLE color: 1739756.

HSL color Cylindrical-coordinate representation of color #EC8B1A: hue angle of 32.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC8B1A is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 139 26 -
CMYK 0 0.41 0.89 0.07
HSL 32.29º 0.85% 0.51% -
HSV(B) 32.29º 0.89% 0.93% -
XYZ 44.01 36.37 5.68 -
YUV 155.12 55.14 185.69 -
System Red Green Blue C M Y K H S L
Decimal 236 139 26 0 0.41 0.89 0.07 32.29 0.85 0.51
Hex EC 8B 1A 0 29 59 7 20 55 33
Octal 354 213 32 0 51 131 7 40 125 63
Binary 11101100 10001011 11010 0 101001 1011001 111 100000 1010101 110011

Color Harmonies of #EC8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B1A

Black with #EC8B1A

Text Example


Text Example

White with #EC8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B1A; }

 p { color: rgb(236,139,26); }

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

background-color css

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

 a { background-color: rgb(236,139,26); }

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

border-color css

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

 span { border-color: rgb(236,139,26); }

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