Html Css Color HEX #EA8026 Carrot Orange

📋 copy color: '#EA8026'

red 234 ◦ green 128 ◦ blue 38

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

Shades of Carrot Orange #EA8026

Tints of Carrot Orange #EA8026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 58.5%
G = 32%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA8026 (or 0xEA8026) is known color: Carrot Orange. HEX triplet: EA, 80 and 26. RGB value is (234,128,38). Sum of RGB (Red+Green+Blue) = 234+128+38=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8026 is #157FD9. Grayscale: #959595. Windows color (decimal): -1408986 or 2523370. OLE color: 2523370.

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

Color convert

RGB 234 128 38 -
CMYK 0 0.45 0.84 0.08
HSL 27.55º 0.82% 0.53% -
HSV(B) 27.55º 0.84% 0.92% -
XYZ 42 33.07 6 -
YUV 149.43 65.12 188.32 -
System Red Green Blue C M Y K H S L
Decimal 234 128 38 0 0.45 0.84 0.08 27.55 0.82 0.53
Hex EA 80 26 0 2D 54 8 1C 52 35
Octal 352 200 46 0 55 124 10 34 122 65
Binary 11101010 10000000 100110 0 101101 1010100 1000 11100 1010010 110101

Color Harmonies of #EA8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8026

Black with #EA8026

Text Example


Text Example

White with #EA8026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8026; }

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

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

background-color css

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

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

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

border-color css

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

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

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