Html Css Color HEX #EDAF15 Dark Tangerine

📋 copy color: '#EDAF15'

red 237 ◦ green 175 ◦ blue 21

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

Shades of Dark Tangerine #EDAF15

Tints of Dark Tangerine #EDAF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 21 (8.59% from 255) = 4.85%

R = 54.73%
G = 40.42%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDAF15 (or 0xEDAF15) is known color: Dark Tangerine. HEX triplet: ED, AF and 15. RGB value is (237,175,21). Sum of RGB (Red+Green+Blue) = 237+175+21=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAF15 is #1250EA. Grayscale: #B0B0B0. Windows color (decimal): -1200363 or 1421293. OLE color: 1421293.

HSL color Cylindrical-coordinate representation of color #EDAF15: hue angle of 42.78º 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 #EDAF15 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 21 -
CMYK 0 0.26 0.91 0.07
HSL 42.78º 0.86% 0.51% -
HSV(B) 42.78º 0.91% 0.93% -
XYZ 50.39 48.72 7.46 -
YUV 175.98 40.54 171.52 -
System Red Green Blue C M Y K H S L
Decimal 237 175 21 0 0.26 0.91 0.07 42.78 0.86 0.51
Hex ED AF 15 0 1A 5B 7 2B 56 33
Octal 355 257 25 0 32 133 7 53 126 63
Binary 11101101 10101111 10101 0 11010 1011011 111 101011 1010110 110011

Color Harmonies of #EDAF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF15

Black with #EDAF15

Text Example


Text Example

White with #EDAF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF15; }

 p { color: rgb(237,175,21); }

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

background-color css

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

 a { background-color: rgb(237,175,21); }

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

border-color css

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

 span { border-color: rgb(237,175,21); }

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