Html Css Color HEX #EF861D Carrot Orange

📋 copy color: '#EF861D'

red 239 ◦ green 134 ◦ blue 29

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

Shades of Carrot Orange #EF861D

Tints of Carrot Orange #EF861D

RGB

 RED value IS 239 (93.75% from 255) = 59.45%

 GREEN value IS 134 (52.73% from 255) = 33.33%

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

R = 59.45%
G = 33.33%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF861D (or 0xEF861D) is known color: Carrot Orange. HEX triplet: EF, 86 and 1D. RGB value is (239,134,29). Sum of RGB (Red+Green+Blue) = 239+134+29=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF861D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF861D is #1079E2. Grayscale: #999999. Windows color (decimal): -1079779 or 1935087. OLE color: 1935087.

HSL color Cylindrical-coordinate representation of color #EF861D: hue angle of 30º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF861D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 29 -
CMYK 0 0.44 0.88 0.06
HSL 30º 0.87% 0.53% -
HSV(B) 30º 0.88% 0.94% -
XYZ 44.34 35.49 5.68 -
YUV 153.43 57.79 189.04 -
System Red Green Blue C M Y K H S L
Decimal 239 134 29 0 0.44 0.88 0.06 30 0.87 0.53
Hex EF 86 1D 0 2C 58 6 1E 57 35
Octal 357 206 35 0 54 130 6 36 127 65
Binary 11101111 10000110 11101 0 101100 1011000 110 11110 1010111 110101

Color Harmonies of #EF861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF861D

Black with #EF861D

Text Example


Text Example

White with #EF861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF861D; }

 p { color: rgb(239,134,29); }

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

background-color css

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

 a { background-color: rgb(239,134,29); }

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

border-color css

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

 span { border-color: rgb(239,134,29); }

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