Html Css Color HEX #EDAB16 Dark Tangerine

📋 copy color: '#EDAB16'

red 237 ◦ green 171 ◦ blue 22

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

Shades of Dark Tangerine #EDAB16

Tints of Dark Tangerine #EDAB16

RGB

 RED value IS 237 (92.97% from 255) = 55.12%

 GREEN value IS 171 (67.19% from 255) = 39.77%

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

R = 55.12%
G = 39.77%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDAB16 (or 0xEDAB16) is known color: Dark Tangerine. HEX triplet: ED, AB and 16. RGB value is (237,171,22). Sum of RGB (Red+Green+Blue) = 237+171+22=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB16 is #1254E9. Grayscale: #AEAEAE. Windows color (decimal): -1201386 or 1485805. OLE color: 1485805.

HSL color Cylindrical-coordinate representation of color #EDAB16: hue angle of 41.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDAB16 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 22 -
CMYK 0 0.28 0.91 0.07
HSL 41.58º 0.86% 0.51% -
HSV(B) 41.58º 0.91% 0.93% -
XYZ 49.63 47.19 7.25 -
YUV 173.75 42.37 173.12 -
System Red Green Blue C M Y K H S L
Decimal 237 171 22 0 0.28 0.91 0.07 41.58 0.86 0.51
Hex ED AB 16 0 1C 5B 7 2A 56 33
Octal 355 253 26 0 34 133 7 52 126 63
Binary 11101101 10101011 10110 0 11100 1011011 111 101010 1010110 110011

Color Harmonies of #EDAB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB16

Black with #EDAB16

Text Example


Text Example

White with #EDAB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB16; }

 p { color: rgb(237,171,22); }

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

background-color css

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

 a { background-color: rgb(237,171,22); }

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

border-color css

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

 span { border-color: rgb(237,171,22); }

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