Html Css Color HEX #EA8425 Carrot Orange

📋 copy color: '#EA8425'

red 234 ◦ green 132 ◦ blue 37

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

Shades of Carrot Orange #EA8425

Tints of Carrot Orange #EA8425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 58.06%
G = 32.75%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA8425 (or 0xEA8425) is known color: Carrot Orange. HEX triplet: EA, 84 and 25. RGB value is (234,132,37). Sum of RGB (Red+Green+Blue) = 234+132+37=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8425 is #157BDA. Grayscale: #989898. Windows color (decimal): -1407963 or 2458858. OLE color: 2458858.

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

Color convert

RGB 234 132 37 -
CMYK 0 0.44 0.84 0.08
HSL 28.93º 0.82% 0.53% -
HSV(B) 28.93º 0.84% 0.92% -
XYZ 42.52 34.13 6.1 -
YUV 151.67 63.29 186.72 -
System Red Green Blue C M Y K H S L
Decimal 234 132 37 0 0.44 0.84 0.08 28.93 0.82 0.53
Hex EA 84 25 0 2C 54 8 1D 52 35
Octal 352 204 45 0 54 124 10 35 122 65
Binary 11101010 10000100 100101 0 101100 1010100 1000 11101 1010010 110101

Color Harmonies of #EA8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8425

Black with #EA8425

Text Example


Text Example

White with #EA8425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8425; }

 p { color: rgb(234,132,37); }

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

background-color css

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

 a { background-color: rgb(234,132,37); }

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

border-color css

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

 span { border-color: rgb(234,132,37); }

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