Html Css Color HEX #EBA214 Gamboge

📋 copy color: '#EBA214'

red 235 ◦ green 162 ◦ blue 20

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

Shades of Gamboge #EBA214

Tints of Gamboge #EBA214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.8%

R = 56.35%
G = 38.85%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBA214 (or 0xEBA214) is known color: Gamboge. HEX triplet: EB, A2 and 14. RGB value is (235,162,20). Sum of RGB (Red+Green+Blue) = 235+162+20=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA214 is #145DEB. Grayscale: #A8A8A8. Windows color (decimal): -1334764 or 1352427. OLE color: 1352427.

HSL color Cylindrical-coordinate representation of color #EBA214: hue angle of 39.63º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBA214 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 20 -
CMYK 0 0.31 0.91 0.08
HSL 39.63º 0.84% 0.5% -
HSV(B) 39.63º 0.91% 0.92% -
XYZ 47.31 43.55 6.58 -
YUV 167.64 44.68 176.05 -
System Red Green Blue C M Y K H S L
Decimal 235 162 20 0 0.31 0.91 0.08 39.63 0.84 0.5
Hex EB A2 14 0 1F 5B 8 28 54 32
Octal 353 242 24 0 37 133 10 50 124 62
Binary 11101011 10100010 10100 0 11111 1011011 1000 101000 1010100 110010

Color Harmonies of #EBA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA214

Black with #EBA214

Text Example


Text Example

White with #EBA214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA214; }

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

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

background-color css

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

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

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

border-color css

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

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

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