Html Css Color HEX #EF9128 Carrot Orange

📋 copy color: '#EF9128'

red 239 ◦ green 145 ◦ blue 40

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

Shades of Carrot Orange #EF9128

Tints of Carrot Orange #EF9128

RGB

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

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

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

R = 56.37%
G = 34.2%
B = 9.43%

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

#EF9128 (or 0xEF9128) is known color: Carrot Orange. HEX triplet: EF, 91 and 28. RGB value is (239,145,40). Sum of RGB (Red+Green+Blue) = 239+145+40=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9128 is #106ED7. Grayscale: #A1A1A1. Windows color (decimal): -1076952 or 2658799. OLE color: 2658799.

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

Color convert

RGB 239 145 40 -
CMYK 0 0.39 0.83 0.06
HSL 31.66º 0.86% 0.55% -
HSV(B) 31.66º 0.83% 0.94% -
XYZ 46.11 38.75 7.06 -
YUV 161.14 59.64 183.54 -
System Red Green Blue C M Y K H S L
Decimal 239 145 40 0 0.39 0.83 0.06 31.66 0.86 0.55
Hex EF 91 28 0 27 53 6 20 56 37
Octal 357 221 50 0 47 123 6 40 126 67
Binary 11101111 10010001 101000 0 100111 1010011 110 100000 1010110 110111

Color Harmonies of #EF9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9128

Black with #EF9128

Text Example


Text Example

White with #EF9128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9128; }

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

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

background-color css

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

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

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

border-color css

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

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

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