Html Css Color HEX #EFB212 Dark Tangerine

📋 copy color: '#EFB212'

red 239 ◦ green 178 ◦ blue 18

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

Shades of Dark Tangerine #EFB212

Tints of Dark Tangerine #EFB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

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

R = 54.94%
G = 40.92%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFB212 (or 0xEFB212) is known color: Dark Tangerine. HEX triplet: EF, B2 and 12. RGB value is (239,178,18). Sum of RGB (Red+Green+Blue) = 239+178+18=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB212 is #104DED. Grayscale: #B2B2B2. Windows color (decimal): -1068526 or 1225455. OLE color: 1225455.

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

Color convert

RGB 239 178 18 -
CMYK 0 0.26 0.92 0.06
HSL 43.44º 0.87% 0.5% -
HSV(B) 43.44º 0.92% 0.94% -
XYZ 51.63 50.24 7.55 -
YUV 178 37.71 171.51 -
System Red Green Blue C M Y K H S L
Decimal 239 178 18 0 0.26 0.92 0.06 43.44 0.87 0.5
Hex EF B2 12 0 1A 5C 6 2B 57 32
Octal 357 262 22 0 32 134 6 53 127 62
Binary 11101111 10110010 10010 0 11010 1011100 110 101011 1010111 110010

Color Harmonies of #EFB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB212

Black with #EFB212

Text Example


Text Example

White with #EFB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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