Html Css Color HEX #EF9B1E Carrot Orange

📋 copy color: '#EF9B1E'

red 239 ◦ green 155 ◦ blue 30

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

Shades of Carrot Orange #EF9B1E

Tints of Carrot Orange #EF9B1E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 30 (12.11% from 255) = 7.08%

R = 56.37%
G = 36.56%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF9B1E (or 0xEF9B1E) is known color: Carrot Orange. HEX triplet: EF, 9B and 1E. RGB value is (239,155,30). Sum of RGB (Red+Green+Blue) = 239+155+30=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9B1E is #1064E1. Grayscale: #A6A6A6. Windows color (decimal): -1074402 or 2005999. OLE color: 2005999.

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

Color convert

RGB 239 155 30 -
CMYK 0 0.35 0.87 0.06
HSL 35.89º 0.87% 0.53% -
HSV(B) 35.89º 0.87% 0.94% -
XYZ 47.55 41.89 6.81 -
YUV 165.87 51.33 180.16 -
System Red Green Blue C M Y K H S L
Decimal 239 155 30 0 0.35 0.87 0.06 35.89 0.87 0.53
Hex EF 9B 1E 0 23 57 6 24 57 35
Octal 357 233 36 0 43 127 6 44 127 65
Binary 11101111 10011011 11110 0 100011 1010111 110 100100 1010111 110101

Color Harmonies of #EF9B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9B1E

Black with #EF9B1E

Text Example


Text Example

White with #EF9B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9B1E; }

 p { color: rgb(239,155,30); }

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

background-color css

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

 a { background-color: rgb(239,155,30); }

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

border-color css

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

 span { border-color: rgb(239,155,30); }

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