Html Css Color HEX #EF9129 Carrot Orange

📋 copy color: '#EF9129'

red 239 ◦ green 145 ◦ blue 41

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

Shades of Carrot Orange #EF9129

Tints of Carrot Orange #EF9129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.65%

R = 56.24%
G = 34.12%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF9129 (or 0xEF9129) is known color: Carrot Orange. HEX triplet: EF, 91 and 29. RGB value is (239,145,41). Sum of RGB (Red+Green+Blue) = 239+145+41=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9129 is #106ED6. Grayscale: #A1A1A1. Windows color (decimal): -1076951 or 2724335. OLE color: 2724335.

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

Color convert

RGB 239 145 41 -
CMYK 0 0.39 0.83 0.06
HSL 31.52º 0.86% 0.55% -
HSV(B) 31.52º 0.83% 0.94% -
XYZ 46.12 38.76 7.15 -
YUV 161.25 60.14 183.46 -
System Red Green Blue C M Y K H S L
Decimal 239 145 41 0 0.39 0.83 0.06 31.52 0.86 0.55
Hex EF 91 29 0 27 53 6 20 56 37
Octal 357 221 51 0 47 123 6 40 126 67
Binary 11101111 10010001 101001 0 100111 1010011 110 100000 1010110 110111

Color Harmonies of #EF9129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9129

Black with #EF9129

Text Example


Text Example

White with #EF9129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9129; }

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

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

background-color css

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

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

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

border-color css

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

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

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