Html Css Color HEX #EFB10D Dark Tangerine

📋 copy color: '#EFB10D'

red 239 ◦ green 177 ◦ blue 13

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

Shades of Dark Tangerine #EFB10D

Tints of Dark Tangerine #EFB10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.26%

 BLUE value IS 13 (5.47% from 255) = 3.03%

R = 55.71%
G = 41.26%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFB10D (or 0xEFB10D) is known color: Dark Tangerine. HEX triplet: EF, B1 and 0D. RGB value is (239,177,13). Sum of RGB (Red+Green+Blue) = 239+177+13=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB10D is #104EF2. Grayscale: #B1B1B1. Windows color (decimal): -1068787 or 897519. OLE color: 897519.

HSL color Cylindrical-coordinate representation of color #EFB10D: hue angle of 43.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFB10D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 13 -
CMYK 0 0.26 0.95 0.06
HSL 43.54º 0.9% 0.49% -
HSV(B) 43.54º 0.95% 0.94% -
XYZ 51.39 49.82 7.29 -
YUV 176.84 35.54 172.34 -
System Red Green Blue C M Y K H S L
Decimal 239 177 13 0 0.26 0.95 0.06 43.54 0.9 0.49
Hex EF B1 D 0 1A 5F 6 2C 5A 31
Octal 357 261 15 0 32 137 6 54 132 61
Binary 11101111 10110001 1101 0 11010 1011111 110 101100 1011010 110001

Color Harmonies of #EFB10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB10D

Black with #EFB10D

Text Example


Text Example

White with #EFB10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB10D; }

 p { color: rgb(239,177,13); }

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

background-color css

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

 a { background-color: rgb(239,177,13); }

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

border-color css

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

 span { border-color: rgb(239,177,13); }

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