Html Css Color HEX #EA8B26 Carrot Orange

📋 copy color: '#EA8B26'

red 234 ◦ green 139 ◦ blue 38

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

Shades of Carrot Orange #EA8B26

Tints of Carrot Orange #EA8B26

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

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

R = 56.93%
G = 33.82%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA8B26 (or 0xEA8B26) is known color: Carrot Orange. HEX triplet: EA, 8B and 26. RGB value is (234,139,38). Sum of RGB (Red+Green+Blue) = 234+139+38=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8B26 is #1574D9. Grayscale: #9C9C9C. Windows color (decimal): -1406170 or 2526186. OLE color: 2526186.

HSL color Cylindrical-coordinate representation of color #EA8B26: hue angle of 30.92º 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 #EA8B26 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 139 38 -
CMYK 0 0.41 0.84 0.08
HSL 30.92º 0.82% 0.53% -
HSV(B) 30.92º 0.84% 0.92% -
XYZ 43.51 36.1 6.51 -
YUV 155.89 61.47 183.71 -
System Red Green Blue C M Y K H S L
Decimal 234 139 38 0 0.41 0.84 0.08 30.92 0.82 0.53
Hex EA 8B 26 0 29 54 8 1F 52 35
Octal 352 213 46 0 51 124 10 37 122 65
Binary 11101010 10001011 100110 0 101001 1010100 1000 11111 1010010 110101

Color Harmonies of #EA8B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8B26

Black with #EA8B26

Text Example


Text Example

White with #EA8B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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