Html Css Color HEX #EDB114 Dark Tangerine

📋 copy color: '#EDB114'

red 237 ◦ green 177 ◦ blue 20

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

Shades of Dark Tangerine #EDB114

Tints of Dark Tangerine #EDB114

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 54.61%
G = 40.78%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDB114 (or 0xEDB114) is known color: Dark Tangerine. HEX triplet: ED, B1 and 14. RGB value is (237,177,20). Sum of RGB (Red+Green+Blue) = 237+177+20=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB114 is #124EEB. Grayscale: #B1B1B1. Windows color (decimal): -1199852 or 1356269. OLE color: 1356269.

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

Color convert

RGB 237 177 20 -
CMYK 0 0.25 0.92 0.07
HSL 43.41º 0.86% 0.5% -
HSV(B) 43.41º 0.92% 0.93% -
XYZ 50.77 49.5 7.54 -
YUV 177.04 39.38 170.77 -
System Red Green Blue C M Y K H S L
Decimal 237 177 20 0 0.25 0.92 0.07 43.41 0.86 0.5
Hex ED B1 14 0 19 5C 7 2B 56 32
Octal 355 261 24 0 31 134 7 53 126 62
Binary 11101101 10110001 10100 0 11001 1011100 111 101011 1010110 110010

Color Harmonies of #EDB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB114

Black with #EDB114

Text Example


Text Example

White with #EDB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB114; }

 p { color: rgb(237,177,20); }

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

background-color css

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

 a { background-color: rgb(237,177,20); }

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

border-color css

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

 span { border-color: rgb(237,177,20); }

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