Html Css Color HEX #E18A1B Carrot Orange

📋 copy color: '#E18A1B'

red 225 ◦ green 138 ◦ blue 27

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

Shades of Carrot Orange #E18A1B

Tints of Carrot Orange #E18A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.92%

R = 57.69%
G = 35.38%
B = 6.92%

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

#E18A1B (or 0xE18A1B) is known color: Carrot Orange. HEX triplet: E1, 8A and 1B. RGB value is (225,138,27). Sum of RGB (Red+Green+Blue) = 225+138+27=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A1B is #1E75E4. Grayscale: #979797. Windows color (decimal): -1996261 or 1805025. OLE color: 1805025.

HSL color Cylindrical-coordinate representation of color #E18A1B: hue angle of 33.64º 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 #E18A1B is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 27 -
CMYK 0 0.39 0.88 0.12
HSL 33.64º 0.79% 0.49% -
HSV(B) 33.64º 0.88% 0.88% -
XYZ 40.34 34.26 5.52 -
YUV 151.36 57.82 180.53 -
System Red Green Blue C M Y K H S L
Decimal 225 138 27 0 0.39 0.88 0.12 33.64 0.79 0.49
Hex E1 8A 1B 0 27 58 C 22 4F 31
Octal 341 212 33 0 47 130 14 42 117 61
Binary 11100001 10001010 11011 0 100111 1011000 1100 100010 1001111 110001

Color Harmonies of #E18A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A1B

Black with #E18A1B

Text Example


Text Example

White with #E18A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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