Html Css Color HEX #EB8F2C Carrot Orange

📋 copy color: '#EB8F2C'

red 235 ◦ green 143 ◦ blue 44

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

Shades of Carrot Orange #EB8F2C

Tints of Carrot Orange #EB8F2C

RGB

 RED value IS 235 (92.19% from 255) = 55.69%

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

 BLUE value IS 44 (17.58% from 255) = 10.43%

R = 55.69%
G = 33.89%
B = 10.43%

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

#EB8F2C (or 0xEB8F2C) is known color: Carrot Orange. HEX triplet: EB, 8F and 2C. RGB value is (235,143,44). Sum of RGB (Red+Green+Blue) = 235+143+44=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8F2C is #1470D3. Grayscale: #9F9F9F. Windows color (decimal): -1339604 or 2920427. OLE color: 2920427.

HSL color Cylindrical-coordinate representation of color #EB8F2C: hue angle of 31.1º degrees, saturation: 0.83, 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 #EB8F2C is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 143 44 -
CMYK 0 0.39 0.81 0.08
HSL 31.1º 0.83% 0.55% -
HSV(B) 31.1º 0.81% 0.92% -
XYZ 44.54 37.49 7.27 -
YUV 159.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 235 143 44 0 0.39 0.81 0.08 31.1 0.83 0.55
Hex EB 8F 2C 0 27 51 8 1F 53 37
Octal 353 217 54 0 47 121 10 37 123 67
Binary 11101011 10001111 101100 0 100111 1010001 1000 11111 1010011 110111

Color Harmonies of #EB8F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F2C

Black with #EB8F2C

Text Example


Text Example

White with #EB8F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F2C; }

 p { color: rgb(235,143,44); }

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

background-color css

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

 a { background-color: rgb(235,143,44); }

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

border-color css

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

 span { border-color: rgb(235,143,44); }

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