Html Css Color HEX #EA861D Carrot Orange

📋 copy color: '#EA861D'

red 234 ◦ green 134 ◦ blue 29

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

Shades of Carrot Orange #EA861D

Tints of Carrot Orange #EA861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

 BLUE value IS 29 (11.72% from 255) = 7.3%

R = 58.94%
G = 33.75%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA861D (or 0xEA861D) is known color: Carrot Orange. HEX triplet: EA, 86 and 1D. RGB value is (234,134,29). Sum of RGB (Red+Green+Blue) = 234+134+29=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA861D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA861D is #1579E2. Grayscale: #989898. Windows color (decimal): -1407459 or 1935082. OLE color: 1935082.

HSL color Cylindrical-coordinate representation of color #EA861D: hue angle of 30.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA861D is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 29 -
CMYK 0 0.43 0.88 0.08
HSL 30.73º 0.83% 0.52% -
HSV(B) 30.73º 0.88% 0.92% -
XYZ 42.68 34.63 5.6 -
YUV 151.93 58.63 186.54 -
System Red Green Blue C M Y K H S L
Decimal 234 134 29 0 0.43 0.88 0.08 30.73 0.83 0.52
Hex EA 86 1D 0 2B 58 8 1F 53 34
Octal 352 206 35 0 53 130 10 37 123 64
Binary 11101010 10000110 11101 0 101011 1011000 1000 11111 1010011 110100

Color Harmonies of #EA861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA861D

Black with #EA861D

Text Example


Text Example

White with #EA861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA861D; }

 p { color: rgb(234,134,29); }

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

background-color css

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

 a { background-color: rgb(234,134,29); }

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

border-color css

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

 span { border-color: rgb(234,134,29); }

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