Html Css Color HEX #EB8F1D Carrot Orange

📋 copy color: '#EB8F1D'

red 235 ◦ green 143 ◦ blue 29

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

Shades of Carrot Orange #EB8F1D

Tints of Carrot Orange #EB8F1D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

 BLUE value IS 29 (11.72% from 255) = 7.13%

R = 57.74%
G = 35.14%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB8F1D (or 0xEB8F1D) is known color: Carrot Orange. HEX triplet: EB, 8F and 1D. RGB value is (235,143,29). Sum of RGB (Red+Green+Blue) = 235+143+29=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8F1D is #1470E2. Grayscale: #9E9E9E. Windows color (decimal): -1339619 or 1937387. OLE color: 1937387.

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

Color convert

RGB 235 143 29 -
CMYK 0 0.39 0.88 0.08
HSL 33.2º 0.84% 0.52% -
HSV(B) 33.2º 0.88% 0.92% -
XYZ 44.31 37.4 6.05 -
YUV 157.51 55.48 183.27 -
System Red Green Blue C M Y K H S L
Decimal 235 143 29 0 0.39 0.88 0.08 33.2 0.84 0.52
Hex EB 8F 1D 0 27 58 8 21 54 34
Octal 353 217 35 0 47 130 10 41 124 64
Binary 11101011 10001111 11101 0 100111 1011000 1000 100001 1010100 110100

Color Harmonies of #EB8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F1D

Black with #EB8F1D

Text Example


Text Example

White with #EB8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F1D; }

 p { color: rgb(235,143,29); }

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

background-color css

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

 a { background-color: rgb(235,143,29); }

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

border-color css

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

 span { border-color: rgb(235,143,29); }

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