Html Css Color HEX #EA841B Carrot Orange

📋 copy color: '#EA841B'

red 234 ◦ green 132 ◦ blue 27

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

Shades of Carrot Orange #EA841B

Tints of Carrot Orange #EA841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.87%

R = 59.54%
G = 33.59%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA841B (or 0xEA841B) is known color: Carrot Orange. HEX triplet: EA, 84 and 1B. RGB value is (234,132,27). Sum of RGB (Red+Green+Blue) = 234+132+27=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA841B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA841B is #157BE4. Grayscale: #979797. Windows color (decimal): -1407973 or 1803498. OLE color: 1803498.

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

Color convert

RGB 234 132 27 -
CMYK 0 0.44 0.88 0.08
HSL 30.43º 0.83% 0.51% -
HSV(B) 30.43º 0.88% 0.92% -
XYZ 42.38 34.07 5.38 -
YUV 150.53 58.29 187.54 -
System Red Green Blue C M Y K H S L
Decimal 234 132 27 0 0.44 0.88 0.08 30.43 0.83 0.51
Hex EA 84 1B 0 2C 58 8 1E 53 33
Octal 352 204 33 0 54 130 10 36 123 63
Binary 11101010 10000100 11011 0 101100 1011000 1000 11110 1010011 110011

Color Harmonies of #EA841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA841B

Black with #EA841B

Text Example


Text Example

White with #EA841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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