Html Css Color HEX #EA8525 Carrot Orange

📋 copy color: '#EA8525'

red 234 ◦ green 133 ◦ blue 37

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

Shades of Carrot Orange #EA8525

Tints of Carrot Orange #EA8525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 57.92%
G = 32.92%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA8525 (or 0xEA8525) is known color: Carrot Orange. HEX triplet: EA, 85 and 25. RGB value is (234,133,37). Sum of RGB (Red+Green+Blue) = 234+133+37=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8525 is #157ADA. Grayscale: #989898. Windows color (decimal): -1407707 or 2459114. OLE color: 2459114.

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

Color convert

RGB 234 133 37 -
CMYK 0 0.43 0.84 0.08
HSL 29.24º 0.82% 0.53% -
HSV(B) 29.24º 0.84% 0.92% -
XYZ 42.65 34.4 6.14 -
YUV 152.26 62.96 186.31 -
System Red Green Blue C M Y K H S L
Decimal 234 133 37 0 0.43 0.84 0.08 29.24 0.82 0.53
Hex EA 85 25 0 2B 54 8 1D 52 35
Octal 352 205 45 0 53 124 10 35 122 65
Binary 11101010 10000101 100101 0 101011 1010100 1000 11101 1010010 110101

Color Harmonies of #EA8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8525

Black with #EA8525

Text Example


Text Example

White with #EA8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8525; }

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

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

background-color css

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

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

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

border-color css

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

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

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