Html Css Color HEX #EF9A1D Carrot Orange

📋 copy color: '#EF9A1D'

red 239 ◦ green 154 ◦ blue 29

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

Shades of Carrot Orange #EF9A1D

Tints of Carrot Orange #EF9A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

 BLUE value IS 29 (11.72% from 255) = 6.87%

R = 56.64%
G = 36.49%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF9A1D (or 0xEF9A1D) is known color: Carrot Orange. HEX triplet: EF, 9A and 1D. RGB value is (239,154,29). Sum of RGB (Red+Green+Blue) = 239+154+29=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9A1D is #1065E2. Grayscale: #A5A5A5. Windows color (decimal): -1074659 or 1940207. OLE color: 1940207.

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

Color convert

RGB 239 154 29 -
CMYK 0 0.36 0.88 0.06
HSL 35.71º 0.87% 0.53% -
HSV(B) 35.71º 0.88% 0.94% -
XYZ 47.37 41.55 6.69 -
YUV 165.17 51.16 180.66 -
System Red Green Blue C M Y K H S L
Decimal 239 154 29 0 0.36 0.88 0.06 35.71 0.87 0.53
Hex EF 9A 1D 0 24 58 6 24 57 35
Octal 357 232 35 0 44 130 6 44 127 65
Binary 11101111 10011010 11101 0 100100 1011000 110 100100 1010111 110101

Color Harmonies of #EF9A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A1D

Black with #EF9A1D

Text Example


Text Example

White with #EF9A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A1D; }

 p { color: rgb(239,154,29); }

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

background-color css

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

 a { background-color: rgb(239,154,29); }

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

border-color css

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

 span { border-color: rgb(239,154,29); }

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