Html Css Color HEX #EBA20E Gamboge

📋 copy color: '#EBA20E'

red 235 ◦ green 162 ◦ blue 14

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

Shades of Gamboge #EBA20E

Tints of Gamboge #EBA20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 57.18%
G = 39.42%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA20E (or 0xEBA20E) is known color: Gamboge. HEX triplet: EB, A2 and 0E. RGB value is (235,162,14). Sum of RGB (Red+Green+Blue) = 235+162+14=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA20E is #145DF1. Grayscale: #A7A7A7. Windows color (decimal): -1334770 or 959211. OLE color: 959211.

HSL color Cylindrical-coordinate representation of color #EBA20E: hue angle of 40.18º degrees, saturation: 0.89, 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 #EBA20E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 14 -
CMYK 0 0.31 0.94 0.08
HSL 40.18º 0.89% 0.49% -
HSV(B) 40.18º 0.94% 0.92% -
XYZ 47.26 43.53 6.33 -
YUV 166.96 41.68 176.53 -
System Red Green Blue C M Y K H S L
Decimal 235 162 14 0 0.31 0.94 0.08 40.18 0.89 0.49
Hex EB A2 E 0 1F 5E 8 28 59 31
Octal 353 242 16 0 37 136 10 50 131 61
Binary 11101011 10100010 1110 0 11111 1011110 1000 101000 1011001 110001

Color Harmonies of #EBA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA20E

Black with #EBA20E

Text Example


Text Example

White with #EBA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA20E; }

 p { color: rgb(235,162,14); }

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

background-color css

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

 a { background-color: rgb(235,162,14); }

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

border-color css

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

 span { border-color: rgb(235,162,14); }

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