Html Css Color HEX #EF8D28 Carrot Orange

📋 copy color: '#EF8D28'

red 239 ◦ green 141 ◦ blue 40

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

Shades of Carrot Orange #EF8D28

Tints of Carrot Orange #EF8D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 40 (16.02% from 255) = 9.52%

R = 56.9%
G = 33.57%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF8D28 (or 0xEF8D28) is known color: Carrot Orange. HEX triplet: EF, 8D and 28. RGB value is (239,141,40). Sum of RGB (Red+Green+Blue) = 239+141+40=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D28 is #1072D7. Grayscale: #9F9F9F. Windows color (decimal): -1077976 or 2657775. OLE color: 2657775.

HSL color Cylindrical-coordinate representation of color #EF8D28: hue angle of 30.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF8D28 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 40 -
CMYK 0 0.41 0.83 0.06
HSL 30.45º 0.86% 0.55% -
HSV(B) 30.45º 0.83% 0.94% -
XYZ 45.5 37.55 6.86 -
YUV 158.79 60.97 185.21 -
System Red Green Blue C M Y K H S L
Decimal 239 141 40 0 0.41 0.83 0.06 30.45 0.86 0.55
Hex EF 8D 28 0 29 53 6 1E 56 37
Octal 357 215 50 0 51 123 6 36 126 67
Binary 11101111 10001101 101000 0 101001 1010011 110 11110 1010110 110111

Color Harmonies of #EF8D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D28

Black with #EF8D28

Text Example


Text Example

White with #EF8D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D28; }

 p { color: rgb(239,141,40); }

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

background-color css

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

 a { background-color: rgb(239,141,40); }

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

border-color css

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

 span { border-color: rgb(239,141,40); }

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