Html Css Color HEX #E28D1F Carrot Orange

📋 copy color: '#E28D1F'

red 226 ◦ green 141 ◦ blue 31

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

Shades of Carrot Orange #E28D1F

Tints of Carrot Orange #E28D1F

RGB

 RED value IS 226 (88.67% from 255) = 56.78%

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 31 (12.5% from 255) = 7.79%

R = 56.78%
G = 35.43%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E28D1F (or 0xE28D1F) is known color: Carrot Orange. HEX triplet: E2, 8D and 1F. RGB value is (226,141,31). Sum of RGB (Red+Green+Blue) = 226+141+31=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28D1F is #1D72E0. Grayscale: #9A9A9A. Windows color (decimal): -1929953 or 2067938. OLE color: 2067938.

HSL color Cylindrical-coordinate representation of color #E28D1F: hue angle of 33.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E28D1F is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 141 31 -
CMYK 0 0.38 0.86 0.11
HSL 33.85º 0.77% 0.5% -
HSV(B) 33.85º 0.86% 0.89% -
XYZ 41.14 35.32 5.95 -
YUV 153.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 226 141 31 0 0.38 0.86 0.11 33.85 0.77 0.5
Hex E2 8D 1F 0 26 56 B 22 4D 32
Octal 342 215 37 0 46 126 13 42 115 62
Binary 11100010 10001101 11111 0 100110 1010110 1011 100010 1001101 110010

Color Harmonies of #E28D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28D1F

Black with #E28D1F

Text Example


Text Example

White with #E28D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28D1F; }

 p { color: rgb(226,141,31); }

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

background-color css

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

 a { background-color: rgb(226,141,31); }

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

border-color css

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

 span { border-color: rgb(226,141,31); }

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