Html Css Color HEX #EF8E2B Carrot Orange

📋 copy color: '#EF8E2B'

red 239 ◦ green 142 ◦ blue 43

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

Shades of Carrot Orange #EF8E2B

Tints of Carrot Orange #EF8E2B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 56.37%
G = 33.49%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF8E2B (or 0xEF8E2B) is known color: Carrot Orange. HEX triplet: EF, 8E and 2B. RGB value is (239,142,43). Sum of RGB (Red+Green+Blue) = 239+142+43=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8E2B is #1071D4. Grayscale: #A0A0A0. Windows color (decimal): -1077717 or 2854639. OLE color: 2854639.

HSL color Cylindrical-coordinate representation of color #EF8E2B: hue angle of 30.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF8E2B is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 142 43 -
CMYK 0 0.41 0.82 0.06
HSL 30.31º 0.86% 0.55% -
HSV(B) 30.31º 0.82% 0.94% -
XYZ 45.71 37.87 7.19 -
YUV 159.72 62.14 184.55 -
System Red Green Blue C M Y K H S L
Decimal 239 142 43 0 0.41 0.82 0.06 30.31 0.86 0.55
Hex EF 8E 2B 0 29 52 6 1E 56 37
Octal 357 216 53 0 51 122 6 36 126 67
Binary 11101111 10001110 101011 0 101001 1010010 110 11110 1010110 110111

Color Harmonies of #EF8E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E2B

Black with #EF8E2B

Text Example


Text Example

White with #EF8E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E2B; }

 p { color: rgb(239,142,43); }

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

background-color css

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

 a { background-color: rgb(239,142,43); }

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

border-color css

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

 span { border-color: rgb(239,142,43); }

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