Html Css Color HEX #EFAD0B Dark Tangerine

📋 copy color: '#EFAD0B'

red 239 ◦ green 173 ◦ blue 11

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

Shades of Dark Tangerine #EFAD0B

Tints of Dark Tangerine #EFAD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.9%

 BLUE value IS 11 (4.69% from 255) = 2.6%

R = 56.5%
G = 40.9%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFAD0B (or 0xEFAD0B) is known color: Dark Tangerine. HEX triplet: EF, AD and 0B. RGB value is (239,173,11). Sum of RGB (Red+Green+Blue) = 239+173+11=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAD0B is #1052F4. Grayscale: #AEAEAE. Windows color (decimal): -1069813 or 765423. OLE color: 765423.

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

Color convert

RGB 239 173 11 -
CMYK 0 0.28 0.95 0.06
HSL 42.63º 0.91% 0.49% -
HSV(B) 42.63º 0.95% 0.94% -
XYZ 50.6 48.26 6.97 -
YUV 174.27 35.87 174.17 -
System Red Green Blue C M Y K H S L
Decimal 239 173 11 0 0.28 0.95 0.06 42.63 0.91 0.49
Hex EF AD B 0 1C 5F 6 2B 5B 31
Octal 357 255 13 0 34 137 6 53 133 61
Binary 11101111 10101101 1011 0 11100 1011111 110 101011 1011011 110001

Color Harmonies of #EFAD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD0B

Black with #EFAD0B

Text Example


Text Example

White with #EFAD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD0B; }

 p { color: rgb(239,173,11); }

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

background-color css

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

 a { background-color: rgb(239,173,11); }

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

border-color css

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

 span { border-color: rgb(239,173,11); }

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