Html Css Color HEX #EFA11D Carrot Orange

📋 copy color: '#EFA11D'

red 239 ◦ green 161 ◦ blue 29

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

Shades of Carrot Orange #EFA11D

Tints of Carrot Orange #EFA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

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

R = 55.71%
G = 37.53%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFA11D (or 0xEFA11D) is known color: Carrot Orange. HEX triplet: EF, A1 and 1D. RGB value is (239,161,29). Sum of RGB (Red+Green+Blue) = 239+161+29=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA11D is #105EE2. Grayscale: #A9A9A9. Windows color (decimal): -1072867 or 1941999. OLE color: 1941999.

HSL color Cylindrical-coordinate representation of color #EFA11D: hue angle of 37.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 #EFA11D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 161 29 -
CMYK 0 0.33 0.88 0.06
HSL 37.71º 0.87% 0.53% -
HSV(B) 37.71º 0.88% 0.94% -
XYZ 48.56 43.93 7.08 -
YUV 169.27 48.84 177.73 -
System Red Green Blue C M Y K H S L
Decimal 239 161 29 0 0.33 0.88 0.06 37.71 0.87 0.53
Hex EF A1 1D 0 21 58 6 26 57 35
Octal 357 241 35 0 41 130 6 46 127 65
Binary 11101111 10100001 11101 0 100001 1011000 110 100110 1010111 110101

Color Harmonies of #EFA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA11D

Black with #EFA11D

Text Example


Text Example

White with #EFA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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