Html Css Color HEX #EEB00A Dark Tangerine

📋 copy color: '#EEB00A'

red 238 ◦ green 176 ◦ blue 10

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

Shades of Dark Tangerine #EEB00A

Tints of Dark Tangerine #EEB00A

RGB

 RED value IS 238 (93.36% from 255) = 56.13%

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

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

R = 56.13%
G = 41.51%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEB00A (or 0xEEB00A) is known color: Dark Tangerine. HEX triplet: EE, B0 and 0A. RGB value is (238,176,10). Sum of RGB (Red+Green+Blue) = 238+176+10=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB00A is #114FF5. Grayscale: #B0B0B0. Windows color (decimal): -1134582 or 700654. OLE color: 700654.

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

Color convert

RGB 238 176 10 -
CMYK 0 0.26 0.96 0.07
HSL 43.68º 0.92% 0.49% -
HSV(B) 43.68º 0.96% 0.93% -
XYZ 50.84 49.25 7.11 -
YUV 175.61 34.54 172.5 -
System Red Green Blue C M Y K H S L
Decimal 238 176 10 0 0.26 0.96 0.07 43.68 0.92 0.49
Hex EE B0 A 0 1A 60 7 2C 5C 31
Octal 356 260 12 0 32 140 7 54 134 61
Binary 11101110 10110000 1010 0 11010 1100000 111 101100 1011100 110001

Color Harmonies of #EEB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB00A

Black with #EEB00A

Text Example


Text Example

White with #EEB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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