Html Css Color HEX #EA8F21 Carrot Orange

📋 copy color: '#EA8F21'

red 234 ◦ green 143 ◦ blue 33

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

Shades of Carrot Orange #EA8F21

Tints of Carrot Orange #EA8F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.05%

R = 57.07%
G = 34.88%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA8F21 (or 0xEA8F21) is known color: Carrot Orange. HEX triplet: EA, 8F and 21. RGB value is (234,143,33). Sum of RGB (Red+Green+Blue) = 234+143+33=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F21 is #1570DE. Grayscale: #9E9E9E. Windows color (decimal): -1405151 or 2199530. OLE color: 2199530.

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

Color convert

RGB 234 143 33 -
CMYK 0 0.39 0.86 0.08
HSL 32.84º 0.83% 0.52% -
HSV(B) 32.84º 0.86% 0.92% -
XYZ 44.03 37.25 6.31 -
YUV 157.67 57.65 182.44 -
System Red Green Blue C M Y K H S L
Decimal 234 143 33 0 0.39 0.86 0.08 32.84 0.83 0.52
Hex EA 8F 21 0 27 56 8 21 53 34
Octal 352 217 41 0 47 126 10 41 123 64
Binary 11101010 10001111 100001 0 100111 1010110 1000 100001 1010011 110100

Color Harmonies of #EA8F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F21

Black with #EA8F21

Text Example


Text Example

White with #EA8F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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