Html Css Color HEX #EFB00A Dark Tangerine

📋 copy color: '#EFB00A'

red 239 ◦ green 176 ◦ blue 10

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

Shades of Dark Tangerine #EFB00A

Tints of Dark Tangerine #EFB00A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 56.24%
G = 41.41%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFB00A (or 0xEFB00A) is known color: Dark Tangerine. HEX triplet: EF, B0 and 0A. RGB value is (239,176,10). Sum of RGB (Red+Green+Blue) = 239+176+10=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB00A is #104FF5. Grayscale: #B0B0B0. Windows color (decimal): -1069046 or 700655. OLE color: 700655.

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

Color convert

RGB 239 176 10 -
CMYK 0 0.26 0.96 0.06
HSL 43.49º 0.92% 0.49% -
HSV(B) 43.49º 0.96% 0.94% -
XYZ 51.18 49.42 7.13 -
YUV 175.91 34.37 173 -
System Red Green Blue C M Y K H S L
Decimal 239 176 10 0 0.26 0.96 0.06 43.49 0.92 0.49
Hex EF B0 A 0 1A 60 6 2B 5C 31
Octal 357 260 12 0 32 140 6 53 134 61
Binary 11101111 10110000 1010 0 11010 1100000 110 101011 1011100 110001

Color Harmonies of #EFB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB00A

Black with #EFB00A

Text Example


Text Example

White with #EFB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB00A; }

 p { color: rgb(239,176,10); }

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

background-color css

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

 a { background-color: rgb(239,176,10); }

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

border-color css

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

 span { border-color: rgb(239,176,10); }

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