Html Css Color HEX #EF9119 Carrot Orange

📋 copy color: '#EF9119'

red 239 ◦ green 145 ◦ blue 25

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

Shades of Carrot Orange #EF9119

Tints of Carrot Orange #EF9119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 25 (10.16% from 255) = 6.11%

R = 58.44%
G = 35.45%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF9119 (or 0xEF9119) is known color: Carrot Orange. HEX triplet: EF, 91 and 19. RGB value is (239,145,25). Sum of RGB (Red+Green+Blue) = 239+145+25=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9119 is #106EE6. Grayscale: #A0A0A0. Windows color (decimal): -1076967 or 1675759. OLE color: 1675759.

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

Color convert

RGB 239 145 25 -
CMYK 0 0.39 0.90 0.06
HSL 33.64º 0.87% 0.52% -
HSV(B) 33.64º 0.9% 0.94% -
XYZ 45.9 38.67 5.97 -
YUV 159.43 52.14 184.76 -
System Red Green Blue C M Y K H S L
Decimal 239 145 25 0 0.39 0.90 0.06 33.64 0.87 0.52
Hex EF 91 19 0 27 5A 6 22 57 34
Octal 357 221 31 0 47 132 6 42 127 64
Binary 11101111 10010001 11001 0 100111 1011010 110 100010 1010111 110100

Color Harmonies of #EF9119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9119

Black with #EF9119

Text Example


Text Example

White with #EF9119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9119; }

 p { color: rgb(239,145,25); }

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

background-color css

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

 a { background-color: rgb(239,145,25); }

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

border-color css

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

 span { border-color: rgb(239,145,25); }

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