Html Css Color HEX #EDB10D Dark Tangerine

📋 copy color: '#EDB10D'

red 237 ◦ green 177 ◦ blue 13

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

Shades of Dark Tangerine #EDB10D

Tints of Dark Tangerine #EDB10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 55.5%
G = 41.45%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDB10D (or 0xEDB10D) is known color: Dark Tangerine. HEX triplet: ED, B1 and 0D. RGB value is (237,177,13). Sum of RGB (Red+Green+Blue) = 237+177+13=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB10D is #124EF2. Grayscale: #B0B0B0. Windows color (decimal): -1199859 or 897517. OLE color: 897517.

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

Color convert

RGB 237 177 13 -
CMYK 0 0.25 0.95 0.07
HSL 43.93º 0.9% 0.49% -
HSV(B) 43.93º 0.95% 0.93% -
XYZ 50.72 49.48 7.26 -
YUV 176.24 35.88 171.34 -
System Red Green Blue C M Y K H S L
Decimal 237 177 13 0 0.25 0.95 0.07 43.93 0.9 0.49
Hex ED B1 D 0 19 5F 7 2C 5A 31
Octal 355 261 15 0 31 137 7 54 132 61
Binary 11101101 10110001 1101 0 11001 1011111 111 101100 1011010 110001

Color Harmonies of #EDB10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB10D

Black with #EDB10D

Text Example


Text Example

White with #EDB10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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