Html Css Color HEX #EB8D1E Carrot Orange

📋 copy color: '#EB8D1E'

red 235 ◦ green 141 ◦ blue 30

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

Shades of Carrot Orange #EB8D1E

Tints of Carrot Orange #EB8D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.73%

 BLUE value IS 30 (12.11% from 255) = 7.39%

R = 57.88%
G = 34.73%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB8D1E (or 0xEB8D1E) is known color: Carrot Orange. HEX triplet: EB, 8D and 1E. RGB value is (235,141,30). Sum of RGB (Red+Green+Blue) = 235+141+30=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D1E is #1472E1. Grayscale: #9C9C9C. Windows color (decimal): -1340130 or 2002411. OLE color: 2002411.

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

Color convert

RGB 235 141 30 -
CMYK 0 0.4 0.87 0.08
HSL 32.49º 0.84% 0.52% -
HSV(B) 32.49º 0.87% 0.92% -
XYZ 44.02 36.81 6.01 -
YUV 156.45 56.64 184.03 -
System Red Green Blue C M Y K H S L
Decimal 235 141 30 0 0.4 0.87 0.08 32.49 0.84 0.52
Hex EB 8D 1E 0 28 57 8 20 54 34
Octal 353 215 36 0 50 127 10 40 124 64
Binary 11101011 10001101 11110 0 101000 1010111 1000 100000 1010100 110100

Color Harmonies of #EB8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D1E

Black with #EB8D1E

Text Example


Text Example

White with #EB8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D1E; }

 p { color: rgb(235,141,30); }

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

background-color css

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

 a { background-color: rgb(235,141,30); }

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

border-color css

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

 span { border-color: rgb(235,141,30); }

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