Html Css Color HEX #EDB00F Dark Tangerine

📋 copy color: '#EDB00F'

red 237 ◦ green 176 ◦ blue 15

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

Shades of Dark Tangerine #EDB00F

Tints of Dark Tangerine #EDB00F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.12%

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 55.37%
G = 41.12%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDB00F (or 0xEDB00F) is known color: Dark Tangerine. HEX triplet: ED, B0 and 0F. RGB value is (237,176,15). Sum of RGB (Red+Green+Blue) = 237+176+15=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB00F is #124FF0. Grayscale: #B0B0B0. Windows color (decimal): -1200113 or 1028333. OLE color: 1028333.

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

Color convert

RGB 237 176 15 -
CMYK 0 0.26 0.94 0.07
HSL 43.51º 0.88% 0.49% -
HSV(B) 43.51º 0.94% 0.93% -
XYZ 50.54 49.09 7.26 -
YUV 175.89 37.21 171.59 -
System Red Green Blue C M Y K H S L
Decimal 237 176 15 0 0.26 0.94 0.07 43.51 0.88 0.49
Hex ED B0 F 0 1A 5E 7 2C 58 31
Octal 355 260 17 0 32 136 7 54 130 61
Binary 11101101 10110000 1111 0 11010 1011110 111 101100 1011000 110001

Color Harmonies of #EDB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB00F

Black with #EDB00F

Text Example


Text Example

White with #EDB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB00F; }

 p { color: rgb(237,176,15); }

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

background-color css

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

 a { background-color: rgb(237,176,15); }

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

border-color css

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

 span { border-color: rgb(237,176,15); }

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