Html Css Color HEX #EF8218 Carrot Orange

📋 copy color: '#EF8218'

red 239 ◦ green 130 ◦ blue 24

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

Shades of Carrot Orange #EF8218

Tints of Carrot Orange #EF8218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.08%

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 60.81%
G = 33.08%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF8218 (or 0xEF8218) is known color: Carrot Orange. HEX triplet: EF, 82 and 18. RGB value is (239,130,24). Sum of RGB (Red+Green+Blue) = 239+130+24=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8218 is #107DE7. Grayscale: #979797. Windows color (decimal): -1080808 or 1606383. OLE color: 1606383.

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

Color convert

RGB 239 130 24 -
CMYK 0 0.46 0.90 0.06
HSL 29.58º 0.87% 0.52% -
HSV(B) 29.58º 0.9% 0.94% -
XYZ 43.74 34.38 5.19 -
YUV 150.51 56.61 191.12 -
System Red Green Blue C M Y K H S L
Decimal 239 130 24 0 0.46 0.90 0.06 29.58 0.87 0.52
Hex EF 82 18 0 2E 5A 6 1E 57 34
Octal 357 202 30 0 56 132 6 36 127 64
Binary 11101111 10000010 11000 0 101110 1011010 110 11110 1010111 110100

Color Harmonies of #EF8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8218

Black with #EF8218

Text Example


Text Example

White with #EF8218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8218; }

 p { color: rgb(239,130,24); }

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

background-color css

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

 a { background-color: rgb(239,130,24); }

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

border-color css

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

 span { border-color: rgb(239,130,24); }

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