Html Css Color HEX #EB8D1F Carrot Orange

📋 copy color: '#EB8D1F'

red 235 ◦ green 141 ◦ blue 31

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

Shades of Carrot Orange #EB8D1F

Tints of Carrot Orange #EB8D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.62%

R = 57.74%
G = 34.64%
B = 7.62%

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

#EB8D1F (or 0xEB8D1F) is known color: Carrot Orange. HEX triplet: EB, 8D and 1F. RGB value is (235,141,31). Sum of RGB (Red+Green+Blue) = 235+141+31=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D1F is #1472E0. Grayscale: #9D9D9D. Windows color (decimal): -1340129 or 2067947. OLE color: 2067947.

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

Color convert

RGB 235 141 31 -
CMYK 0 0.4 0.87 0.08
HSL 32.35º 0.84% 0.52% -
HSV(B) 32.35º 0.87% 0.92% -
XYZ 44.03 36.81 6.08 -
YUV 156.57 57.14 183.94 -
System Red Green Blue C M Y K H S L
Decimal 235 141 31 0 0.4 0.87 0.08 32.35 0.84 0.52
Hex EB 8D 1F 0 28 57 8 20 54 34
Octal 353 215 37 0 50 127 10 40 124 64
Binary 11101011 10001101 11111 0 101000 1010111 1000 100000 1010100 110100

Color Harmonies of #EB8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D1F

Black with #EB8D1F

Text Example


Text Example

White with #EB8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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