Html Css Color HEX #EF811D Carrot Orange

📋 copy color: '#EF811D'

red 239 ◦ green 129 ◦ blue 29

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

Shades of Carrot Orange #EF811D

Tints of Carrot Orange #EF811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

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

R = 60.2%
G = 32.49%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF811D (or 0xEF811D) is known color: Carrot Orange. HEX triplet: EF, 81 and 1D. RGB value is (239,129,29). Sum of RGB (Red+Green+Blue) = 239+129+29=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF811D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF811D is #107EE2. Grayscale: #979797. Windows color (decimal): -1081059 or 1933807. OLE color: 1933807.

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

Color convert

RGB 239 129 29 -
CMYK 0 0.46 0.88 0.06
HSL 28.57º 0.87% 0.53% -
HSV(B) 28.57º 0.88% 0.94% -
XYZ 43.67 34.14 5.45 -
YUV 150.49 59.44 191.13 -
System Red Green Blue C M Y K H S L
Decimal 239 129 29 0 0.46 0.88 0.06 28.57 0.87 0.53
Hex EF 81 1D 0 2E 58 6 1D 57 35
Octal 357 201 35 0 56 130 6 35 127 65
Binary 11101111 10000001 11101 0 101110 1011000 110 11101 1010111 110101

Color Harmonies of #EF811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF811D

Black with #EF811D

Text Example


Text Example

White with #EF811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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