Html Css Color HEX #EFB216 Dark Tangerine

📋 copy color: '#EFB216'

red 239 ◦ green 178 ◦ blue 22

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

Shades of Dark Tangerine #EFB216

Tints of Dark Tangerine #EFB216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.01%

R = 54.44%
G = 40.55%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFB216 (or 0xEFB216) is known color: Dark Tangerine. HEX triplet: EF, B2 and 16. RGB value is (239,178,22). Sum of RGB (Red+Green+Blue) = 239+178+22=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB216 is #104DE9. Grayscale: #B3B3B3. Windows color (decimal): -1068522 or 1487599. OLE color: 1487599.

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

Color convert

RGB 239 178 22 -
CMYK 0 0.26 0.91 0.06
HSL 43.13º 0.87% 0.51% -
HSV(B) 43.13º 0.91% 0.94% -
XYZ 51.66 50.25 7.74 -
YUV 178.46 39.71 171.18 -
System Red Green Blue C M Y K H S L
Decimal 239 178 22 0 0.26 0.91 0.06 43.13 0.87 0.51
Hex EF B2 16 0 1A 5B 6 2B 57 33
Octal 357 262 26 0 32 133 6 53 127 63
Binary 11101111 10110010 10110 0 11010 1011011 110 101011 1010111 110011

Color Harmonies of #EFB216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB216

Black with #EFB216

Text Example


Text Example

White with #EFB216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB216; }

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

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

background-color css

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

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

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

border-color css

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

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

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