Html Css Color HEX #EB8B1E Carrot Orange

📋 copy color: '#EB8B1E'

red 235 ◦ green 139 ◦ blue 30

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

Shades of Carrot Orange #EB8B1E

Tints of Carrot Orange #EB8B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

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

R = 58.17%
G = 34.41%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB8B1E (or 0xEB8B1E) is known color: Carrot Orange. HEX triplet: EB, 8B and 1E. RGB value is (235,139,30). Sum of RGB (Red+Green+Blue) = 235+139+30=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8B1E is #1474E1. Grayscale: #9B9B9B. Windows color (decimal): -1340642 or 2001899. OLE color: 2001899.

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

Color convert

RGB 235 139 30 -
CMYK 0 0.41 0.87 0.08
HSL 31.9º 0.84% 0.52% -
HSV(B) 31.9º 0.87% 0.92% -
XYZ 43.73 36.22 5.91 -
YUV 155.28 57.3 184.86 -
System Red Green Blue C M Y K H S L
Decimal 235 139 30 0 0.41 0.87 0.08 31.9 0.84 0.52
Hex EB 8B 1E 0 29 57 8 20 54 34
Octal 353 213 36 0 51 127 10 40 124 64
Binary 11101011 10001011 11110 0 101001 1010111 1000 100000 1010100 110100

Color Harmonies of #EB8B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B1E

Black with #EB8B1E

Text Example


Text Example

White with #EB8B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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