Html Css Color HEX #EC8123 Carrot Orange

📋 copy color: '#EC8123'

red 236 ◦ green 129 ◦ blue 35

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

Shades of Carrot Orange #EC8123

Tints of Carrot Orange #EC8123

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

 BLUE value IS 35 (14.06% from 255) = 8.75%

R = 59%
G = 32.25%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC8123 (or 0xEC8123) is known color: Carrot Orange. HEX triplet: EC, 81 and 23. RGB value is (236,129,35). Sum of RGB (Red+Green+Blue) = 236+129+35=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8123 is #137EDC. Grayscale: #969696. Windows color (decimal): -1277661 or 2327020. OLE color: 2327020.

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

Color convert

RGB 236 129 35 -
CMYK 0 0.45 0.85 0.07
HSL 28.06º 0.84% 0.53% -
HSV(B) 28.06º 0.85% 0.93% -
XYZ 42.75 33.65 5.83 -
YUV 150.28 62.95 189.14 -
System Red Green Blue C M Y K H S L
Decimal 236 129 35 0 0.45 0.85 0.07 28.06 0.84 0.53
Hex EC 81 23 0 2D 55 7 1C 54 35
Octal 354 201 43 0 55 125 7 34 124 65
Binary 11101100 10000001 100011 0 101101 1010101 111 11100 1010100 110101

Color Harmonies of #EC8123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8123

Black with #EC8123

Text Example


Text Example

White with #EC8123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8123; }

 p { color: rgb(236,129,35); }

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

background-color css

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

 a { background-color: rgb(236,129,35); }

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

border-color css

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

 span { border-color: rgb(236,129,35); }

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