Html Css Color HEX #E18A1A Carrot Orange

📋 copy color: '#E18A1A'

red 225 ◦ green 138 ◦ blue 26

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

Shades of Carrot Orange #E18A1A

Tints of Carrot Orange #E18A1A

RGB

 RED value IS 225 (88.28% from 255) = 57.84%

 GREEN value IS 138 (54.3% from 255) = 35.48%

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

R = 57.84%
G = 35.48%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E18A1A (or 0xE18A1A) is known color: Carrot Orange. HEX triplet: E1, 8A and 1A. RGB value is (225,138,26). Sum of RGB (Red+Green+Blue) = 225+138+26=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A1A is #1E75E5. Grayscale: #979797. Windows color (decimal): -1996262 or 1739489. OLE color: 1739489.

HSL color Cylindrical-coordinate representation of color #E18A1A: hue angle of 33.77º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E18A1A is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 26 -
CMYK 0 0.39 0.88 0.12
HSL 33.77º 0.79% 0.49% -
HSV(B) 33.77º 0.88% 0.88% -
XYZ 40.33 34.26 5.46 -
YUV 151.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 225 138 26 0 0.39 0.88 0.12 33.77 0.79 0.49
Hex E1 8A 1A 0 27 58 C 22 4F 31
Octal 341 212 32 0 47 130 14 42 117 61
Binary 11100001 10001010 11010 0 100111 1011000 1100 100010 1001111 110001

Color Harmonies of #E18A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A1A

Black with #E18A1A

Text Example


Text Example

White with #E18A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A1A; }

 p { color: rgb(225,138,26); }

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

background-color css

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

 a { background-color: rgb(225,138,26); }

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

border-color css

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

 span { border-color: rgb(225,138,26); }

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