Html Css Color HEX #EF801C Carrot Orange

📋 copy color: '#EF801C'

red 239 ◦ green 128 ◦ blue 28

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

Shades of Carrot Orange #EF801C

Tints of Carrot Orange #EF801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 60.51%
G = 32.41%
B = 7.09%

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

#EF801C (or 0xEF801C) is known color: Carrot Orange. HEX triplet: EF, 80 and 1C. RGB value is (239,128,28). Sum of RGB (Red+Green+Blue) = 239+128+28=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF801C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF801C is #107FE3. Grayscale: #969696. Windows color (decimal): -1081316 or 1868015. OLE color: 1868015.

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

Color convert

RGB 239 128 28 -
CMYK 0 0.46 0.88 0.06
HSL 28.44º 0.87% 0.52% -
HSV(B) 28.44º 0.88% 0.94% -
XYZ 43.53 33.87 5.34 -
YUV 149.79 59.27 191.63 -
System Red Green Blue C M Y K H S L
Decimal 239 128 28 0 0.46 0.88 0.06 28.44 0.87 0.52
Hex EF 80 1C 0 2E 58 6 1C 57 34
Octal 357 200 34 0 56 130 6 34 127 64
Binary 11101111 10000000 11100 0 101110 1011000 110 11100 1010111 110100

Color Harmonies of #EF801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF801C

Black with #EF801C

Text Example


Text Example

White with #EF801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF801C; }

 p { color: rgb(239,128,28); }

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

background-color css

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

 a { background-color: rgb(239,128,28); }

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

border-color css

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

 span { border-color: rgb(239,128,28); }

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