Html Css Color HEX #EA841F Carrot Orange

📋 copy color: '#EA841F'

red 234 ◦ green 132 ◦ blue 31

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

Shades of Carrot Orange #EA841F

Tints of Carrot Orange #EA841F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.81%

R = 58.94%
G = 33.25%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA841F (or 0xEA841F) is known color: Carrot Orange. HEX triplet: EA, 84 and 1F. RGB value is (234,132,31). Sum of RGB (Red+Green+Blue) = 234+132+31=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA841F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA841F is #157BE0. Grayscale: #979797. Windows color (decimal): -1407969 or 2065642. OLE color: 2065642.

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

Color convert

RGB 234 132 31 -
CMYK 0 0.44 0.87 0.08
HSL 29.85º 0.83% 0.52% -
HSV(B) 29.85º 0.87% 0.92% -
XYZ 42.43 34.09 5.64 -
YUV 150.98 60.29 187.21 -
System Red Green Blue C M Y K H S L
Decimal 234 132 31 0 0.44 0.87 0.08 29.85 0.83 0.52
Hex EA 84 1F 0 2C 57 8 1E 53 34
Octal 352 204 37 0 54 127 10 36 123 64
Binary 11101010 10000100 11111 0 101100 1010111 1000 11110 1010011 110100

Color Harmonies of #EA841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA841F

Black with #EA841F

Text Example


Text Example

White with #EA841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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