Html Css Color HEX #EF851F Carrot Orange

📋 copy color: '#EF851F'

red 239 ◦ green 133 ◦ blue 31

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

Shades of Carrot Orange #EF851F

Tints of Carrot Orange #EF851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

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

R = 59.31%
G = 33%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF851F (or 0xEF851F) is known color: Carrot Orange. HEX triplet: EF, 85 and 1F. RGB value is (239,133,31). Sum of RGB (Red+Green+Blue) = 239+133+31=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF851F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF851F is #107AE0. Grayscale: #999999. Windows color (decimal): -1080033 or 2065903. OLE color: 2065903.

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

Color convert

RGB 239 133 31 -
CMYK 0 0.44 0.87 0.06
HSL 29.42º 0.87% 0.53% -
HSV(B) 29.42º 0.87% 0.94% -
XYZ 44.23 35.22 5.76 -
YUV 153.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 239 133 31 0 0.44 0.87 0.06 29.42 0.87 0.53
Hex EF 85 1F 0 2C 57 6 1D 57 35
Octal 357 205 37 0 54 127 6 35 127 65
Binary 11101111 10000101 11111 0 101100 1010111 110 11101 1010111 110101

Color Harmonies of #EF851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF851F

Black with #EF851F

Text Example


Text Example

White with #EF851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF851F; }

 p { color: rgb(239,133,31); }

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

background-color css

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

 a { background-color: rgb(239,133,31); }

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

border-color css

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

 span { border-color: rgb(239,133,31); }

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