Html Css Color HEX #EA8D26 Carrot Orange

📋 copy color: '#EA8D26'

red 234 ◦ green 141 ◦ blue 38

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

Shades of Carrot Orange #EA8D26

Tints of Carrot Orange #EA8D26

RGB

 RED value IS 234 (91.8% from 255) = 56.66%

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

 BLUE value IS 38 (15.23% from 255) = 9.2%

R = 56.66%
G = 34.14%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA8D26 (or 0xEA8D26) is known color: Carrot Orange. HEX triplet: EA, 8D and 26. RGB value is (234,141,38). Sum of RGB (Red+Green+Blue) = 234+141+38=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8D26 is #1572D9. Grayscale: #9D9D9D. Windows color (decimal): -1405658 or 2526698. OLE color: 2526698.

HSL color Cylindrical-coordinate representation of color #EA8D26: hue angle of 31.53º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA8D26 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 38 -
CMYK 0 0.40 0.84 0.08
HSL 31.53º 0.82% 0.53% -
HSV(B) 31.53º 0.84% 0.92% -
XYZ 43.81 36.68 6.61 -
YUV 157.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 234 141 38 0 0.40 0.84 0.08 31.53 0.82 0.53
Hex EA 8D 26 0 28 54 8 20 52 35
Octal 352 215 46 0 50 124 10 40 122 65
Binary 11101010 10001101 100110 0 101000 1010100 1000 100000 1010010 110101

Color Harmonies of #EA8D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D26

Black with #EA8D26

Text Example


Text Example

White with #EA8D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D26; }

 p { color: rgb(234,141,38); }

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

background-color css

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

 a { background-color: rgb(234,141,38); }

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

border-color css

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

 span { border-color: rgb(234,141,38); }

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