Html Css Color HEX #EA851C Carrot Orange

📋 copy color: '#EA851C'

red 234 ◦ green 133 ◦ blue 28

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

Shades of Carrot Orange #EA851C

Tints of Carrot Orange #EA851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 59.24%
G = 33.67%
B = 7.09%

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

#EA851C (or 0xEA851C) is known color: Carrot Orange. HEX triplet: EA, 85 and 1C. RGB value is (234,133,28). Sum of RGB (Red+Green+Blue) = 234+133+28=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA851C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA851C is #157AE3. Grayscale: #979797. Windows color (decimal): -1407716 or 1869290. OLE color: 1869290.

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

Color convert

RGB 234 133 28 -
CMYK 0 0.43 0.88 0.08
HSL 30.58º 0.83% 0.51% -
HSV(B) 30.58º 0.88% 0.92% -
XYZ 42.53 34.35 5.49 -
YUV 151.23 58.46 187.04 -
System Red Green Blue C M Y K H S L
Decimal 234 133 28 0 0.43 0.88 0.08 30.58 0.83 0.51
Hex EA 85 1C 0 2B 58 8 1F 53 33
Octal 352 205 34 0 53 130 10 37 123 63
Binary 11101010 10000101 11100 0 101011 1011000 1000 11111 1010011 110011

Color Harmonies of #EA851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA851C

Black with #EA851C

Text Example


Text Example

White with #EA851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA851C; }

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

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

background-color css

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

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

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

border-color css

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

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

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