Html Css Color HEX #EBB20D Dark Tangerine

📋 copy color: '#EBB20D'

red 235 ◦ green 178 ◦ blue 13

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

Shades of Dark Tangerine #EBB20D

Tints of Dark Tangerine #EBB20D

RGB

 RED value IS 235 (92.19% from 255) = 55.16%

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

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

R = 55.16%
G = 41.78%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBB20D (or 0xEBB20D) is known color: Dark Tangerine. HEX triplet: EB, B2 and 0D. RGB value is (235,178,13). Sum of RGB (Red+Green+Blue) = 235+178+13=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBB20D is #144DF2. Grayscale: #B0B0B0. Windows color (decimal): -1330675 or 897771. OLE color: 897771.

HSL color Cylindrical-coordinate representation of color #EBB20D: hue angle of 44.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBB20D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 178 13 -
CMYK 0 0.24 0.94 0.08
HSL 44.59º 0.9% 0.49% -
HSV(B) 44.59º 0.94% 0.92% -
XYZ 50.25 49.53 7.29 -
YUV 176.23 35.88 169.92 -
System Red Green Blue C M Y K H S L
Decimal 235 178 13 0 0.24 0.94 0.08 44.59 0.9 0.49
Hex EB B2 D 0 18 5E 8 2D 5A 31
Octal 353 262 15 0 30 136 10 55 132 61
Binary 11101011 10110010 1101 0 11000 1011110 1000 101101 1011010 110001

Color Harmonies of #EBB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB20D

Black with #EBB20D

Text Example


Text Example

White with #EBB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB20D; }

 p { color: rgb(235,178,13); }

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

background-color css

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

 a { background-color: rgb(235,178,13); }

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

border-color css

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

 span { border-color: rgb(235,178,13); }

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