Html Css Color HEX #EF8C28 Carrot Orange

📋 copy color: '#EF8C28'

red 239 ◦ green 140 ◦ blue 40

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

Shades of Carrot Orange #EF8C28

Tints of Carrot Orange #EF8C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.41%

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

R = 57.04%
G = 33.41%
B = 9.55%

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

#EF8C28 (or 0xEF8C28) is known color: Carrot Orange. HEX triplet: EF, 8C and 28. RGB value is (239,140,40). Sum of RGB (Red+Green+Blue) = 239+140+40=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C28 is #1073D7. Grayscale: #9E9E9E. Windows color (decimal): -1078232 or 2657519. OLE color: 2657519.

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

Color convert

RGB 239 140 40 -
CMYK 0 0.41 0.83 0.06
HSL 30.15º 0.86% 0.55% -
HSV(B) 30.15º 0.83% 0.94% -
XYZ 45.36 37.26 6.81 -
YUV 158.2 61.3 185.63 -
System Red Green Blue C M Y K H S L
Decimal 239 140 40 0 0.41 0.83 0.06 30.15 0.86 0.55
Hex EF 8C 28 0 29 53 6 1E 56 37
Octal 357 214 50 0 51 123 6 36 126 67
Binary 11101111 10001100 101000 0 101001 1010011 110 11110 1010110 110111

Color Harmonies of #EF8C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C28

Black with #EF8C28

Text Example


Text Example

White with #EF8C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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