Html Css Color HEX #EB8D1A Carrot Orange

📋 copy color: '#EB8D1A'

red 235 ◦ green 141 ◦ blue 26

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

Shades of Carrot Orange #EB8D1A

Tints of Carrot Orange #EB8D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 58.46%
G = 35.07%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB8D1A (or 0xEB8D1A) is known color: Carrot Orange. HEX triplet: EB, 8D and 1A. RGB value is (235,141,26). Sum of RGB (Red+Green+Blue) = 235+141+26=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D1A is #1472E5. Grayscale: #9C9C9C. Windows color (decimal): -1340134 or 1740267. OLE color: 1740267.

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

Color convert

RGB 235 141 26 -
CMYK 0 0.4 0.89 0.08
HSL 33.01º 0.84% 0.51% -
HSV(B) 33.01º 0.89% 0.92% -
XYZ 43.97 36.79 5.76 -
YUV 156 54.64 184.35 -
System Red Green Blue C M Y K H S L
Decimal 235 141 26 0 0.4 0.89 0.08 33.01 0.84 0.51
Hex EB 8D 1A 0 28 59 8 21 54 33
Octal 353 215 32 0 50 131 10 41 124 63
Binary 11101011 10001101 11010 0 101000 1011001 1000 100001 1010100 110011

Color Harmonies of #EB8D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D1A

Black with #EB8D1A

Text Example


Text Example

White with #EB8D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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