Html Css Color HEX #EFB312 Dark Tangerine

📋 copy color: '#EFB312'

red 239 ◦ green 179 ◦ blue 18

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

Shades of Dark Tangerine #EFB312

Tints of Dark Tangerine #EFB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 54.82%
G = 41.06%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFB312 (or 0xEFB312) is known color: Dark Tangerine. HEX triplet: EF, B3 and 12. RGB value is (239,179,18). Sum of RGB (Red+Green+Blue) = 239+179+18=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB312 is #104CED. Grayscale: #B3B3B3. Windows color (decimal): -1068270 or 1225711. OLE color: 1225711.

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

Color convert

RGB 239 179 18 -
CMYK 0 0.25 0.92 0.06
HSL 43.71º 0.87% 0.5% -
HSV(B) 43.71º 0.92% 0.94% -
XYZ 51.83 50.63 7.61 -
YUV 178.59 37.38 171.09 -
System Red Green Blue C M Y K H S L
Decimal 239 179 18 0 0.25 0.92 0.06 43.71 0.87 0.5
Hex EF B3 12 0 19 5C 6 2C 57 32
Octal 357 263 22 0 31 134 6 54 127 62
Binary 11101111 10110011 10010 0 11001 1011100 110 101100 1010111 110010

Color Harmonies of #EFB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB312

Black with #EFB312

Text Example


Text Example

White with #EFB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB312; }

 p { color: rgb(239,179,18); }

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

background-color css

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

 a { background-color: rgb(239,179,18); }

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

border-color css

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

 span { border-color: rgb(239,179,18); }

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