Html Css Color HEX #EFA81B Dark Tangerine

📋 copy color: '#EFA81B'

red 239 ◦ green 168 ◦ blue 27

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

Shades of Dark Tangerine #EFA81B

Tints of Dark Tangerine #EFA81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.71%

 BLUE value IS 27 (10.94% from 255) = 6.22%

R = 55.07%
G = 38.71%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFA81B (or 0xEFA81B) is known color: Dark Tangerine. HEX triplet: EF, A8 and 1B. RGB value is (239,168,27). Sum of RGB (Red+Green+Blue) = 239+168+27=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA81B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA81B is #1057E4. Grayscale: #ADADAD. Windows color (decimal): -1071077 or 1812719. OLE color: 1812719.

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

Color convert

RGB 239 168 27 -
CMYK 0 0.30 0.89 0.06
HSL 39.91º 0.87% 0.52% -
HSV(B) 39.91º 0.89% 0.94% -
XYZ 49.8 46.44 7.38 -
YUV 173.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 239 168 27 0 0.30 0.89 0.06 39.91 0.87 0.52
Hex EF A8 1B 0 1E 59 6 28 57 34
Octal 357 250 33 0 36 131 6 50 127 64
Binary 11101111 10101000 11011 0 11110 1011001 110 101000 1010111 110100

Color Harmonies of #EFA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA81B

Black with #EFA81B

Text Example


Text Example

White with #EFA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA81B; }

 p { color: rgb(239,168,27); }

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

background-color css

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

 a { background-color: rgb(239,168,27); }

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

border-color css

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

 span { border-color: rgb(239,168,27); }

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