Html Css Color HEX #EDB20F Dark Tangerine

📋 copy color: '#EDB20F'

red 237 ◦ green 178 ◦ blue 15

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

Shades of Dark Tangerine #EDB20F

Tints of Dark Tangerine #EDB20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.4%

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

R = 55.12%
G = 41.4%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDB20F (or 0xEDB20F) is known color: Dark Tangerine. HEX triplet: ED, B2 and 0F. RGB value is (237,178,15). Sum of RGB (Red+Green+Blue) = 237+178+15=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB20F is #124DF0. Grayscale: #B1B1B1. Windows color (decimal): -1199601 or 1028845. OLE color: 1028845.

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

Color convert

RGB 237 178 15 -
CMYK 0 0.25 0.94 0.07
HSL 44.05º 0.88% 0.49% -
HSV(B) 44.05º 0.94% 0.93% -
XYZ 50.93 49.88 7.4 -
YUV 177.06 36.55 170.75 -
System Red Green Blue C M Y K H S L
Decimal 237 178 15 0 0.25 0.94 0.07 44.05 0.88 0.49
Hex ED B2 F 0 19 5E 7 2C 58 31
Octal 355 262 17 0 31 136 7 54 130 61
Binary 11101101 10110010 1111 0 11001 1011110 111 101100 1011000 110001

Color Harmonies of #EDB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB20F

Black with #EDB20F

Text Example


Text Example

White with #EDB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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