Html Css Color HEX #EA8F2D Carrot Orange

📋 copy color: '#EA8F2D'

red 234 ◦ green 143 ◦ blue 45

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

Shades of Carrot Orange #EA8F2D

Tints of Carrot Orange #EA8F2D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.89%

 BLUE value IS 45 (17.97% from 255) = 10.66%

R = 55.45%
G = 33.89%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA8F2D (or 0xEA8F2D) is known color: Carrot Orange. HEX triplet: EA, 8F and 2D. RGB value is (234,143,45). Sum of RGB (Red+Green+Blue) = 234+143+45=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F2D is #1570D2. Grayscale: #9F9F9F. Windows color (decimal): -1405139 or 2985962. OLE color: 2985962.

HSL color Cylindrical-coordinate representation of color #EA8F2D: hue angle of 31.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA8F2D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 45 -
CMYK 0 0.39 0.81 0.08
HSL 31.11º 0.82% 0.55% -
HSV(B) 31.11º 0.81% 0.92% -
XYZ 44.23 37.33 7.36 -
YUV 159.04 63.65 181.47 -
System Red Green Blue C M Y K H S L
Decimal 234 143 45 0 0.39 0.81 0.08 31.11 0.82 0.55
Hex EA 8F 2D 0 27 51 8 1F 52 37
Octal 352 217 55 0 47 121 10 37 122 67
Binary 11101010 10001111 101101 0 100111 1010001 1000 11111 1010010 110111

Color Harmonies of #EA8F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F2D

Black with #EA8F2D

Text Example


Text Example

White with #EA8F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F2D; }

 p { color: rgb(234,143,45); }

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

background-color css

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

 a { background-color: rgb(234,143,45); }

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

border-color css

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

 span { border-color: rgb(234,143,45); }

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