Html Css Color HEX #EDAB18 Dark Tangerine

📋 copy color: '#EDAB18'

red 237 ◦ green 171 ◦ blue 24

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

Shades of Dark Tangerine #EDAB18

Tints of Dark Tangerine #EDAB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.56%

R = 54.86%
G = 39.58%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDAB18 (or 0xEDAB18) is known color: Dark Tangerine. HEX triplet: ED, AB and 18. RGB value is (237,171,24). Sum of RGB (Red+Green+Blue) = 237+171+24=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB18 is #1254E7. Grayscale: #AEAEAE. Windows color (decimal): -1201384 or 1616877. OLE color: 1616877.

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

Color convert

RGB 237 171 24 -
CMYK 0 0.28 0.90 0.07
HSL 41.41º 0.86% 0.51% -
HSV(B) 41.41º 0.9% 0.93% -
XYZ 49.65 47.2 7.36 -
YUV 173.98 43.37 172.95 -
System Red Green Blue C M Y K H S L
Decimal 237 171 24 0 0.28 0.90 0.07 41.41 0.86 0.51
Hex ED AB 18 0 1C 5A 7 29 56 33
Octal 355 253 30 0 34 132 7 51 126 63
Binary 11101101 10101011 11000 0 11100 1011010 111 101001 1010110 110011

Color Harmonies of #EDAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB18

Black with #EDAB18

Text Example


Text Example

White with #EDAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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