Html Css Color HEX #EFB10C Dark Tangerine

📋 copy color: '#EFB10C'

red 239 ◦ green 177 ◦ blue 12

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

Shades of Dark Tangerine #EFB10C

Tints of Dark Tangerine #EFB10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 55.84%
G = 41.36%
B = 2.8%

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

#EFB10C (or 0xEFB10C) is known color: Dark Tangerine. HEX triplet: EF, B1 and 0C. RGB value is (239,177,12). Sum of RGB (Red+Green+Blue) = 239+177+12=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB10C is #104EF3. Grayscale: #B1B1B1. Windows color (decimal): -1068788 or 831983. OLE color: 831983.

HSL color Cylindrical-coordinate representation of color #EFB10C: hue angle of 43.61º 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 #EFB10C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 12 -
CMYK 0 0.26 0.95 0.06
HSL 43.61º 0.9% 0.49% -
HSV(B) 43.61º 0.95% 0.94% -
XYZ 51.39 49.82 7.26 -
YUV 176.73 35.04 172.42 -
System Red Green Blue C M Y K H S L
Decimal 239 177 12 0 0.26 0.95 0.06 43.61 0.9 0.49
Hex EF B1 C 0 1A 5F 6 2C 5A 31
Octal 357 261 14 0 32 137 6 54 132 61
Binary 11101111 10110001 1100 0 11010 1011111 110 101100 1011010 110001

Color Harmonies of #EFB10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB10C

Black with #EFB10C

Text Example


Text Example

White with #EFB10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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