Html Css Color HEX #EB8D1C Carrot Orange

📋 copy color: '#EB8D1C'

red 235 ◦ green 141 ◦ blue 28

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

Shades of Carrot Orange #EB8D1C

Tints of Carrot Orange #EB8D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.93%

R = 58.17%
G = 34.9%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB8D1C (or 0xEB8D1C) is known color: Carrot Orange. HEX triplet: EB, 8D and 1C. RGB value is (235,141,28). Sum of RGB (Red+Green+Blue) = 235+141+28=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D1C is #1472E3. Grayscale: #9C9C9C. Windows color (decimal): -1340132 or 1871339. OLE color: 1871339.

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

Color convert

RGB 235 141 28 -
CMYK 0 0.4 0.88 0.08
HSL 32.75º 0.84% 0.52% -
HSV(B) 32.75º 0.88% 0.92% -
XYZ 44 36.8 5.88 -
YUV 156.22 55.64 184.19 -
System Red Green Blue C M Y K H S L
Decimal 235 141 28 0 0.4 0.88 0.08 32.75 0.84 0.52
Hex EB 8D 1C 0 28 58 8 21 54 34
Octal 353 215 34 0 50 130 10 41 124 64
Binary 11101011 10001101 11100 0 101000 1011000 1000 100001 1010100 110100

Color Harmonies of #EB8D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D1C

Black with #EB8D1C

Text Example


Text Example

White with #EB8D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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