Html Css Color HEX #EBA207 Gamboge

📋 copy color: '#EBA207'

red 235 ◦ green 162 ◦ blue 7

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

Shades of Gamboge #EBA207

Tints of Gamboge #EBA207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 58.17%
G = 40.1%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA207 (or 0xEBA207) is known color: Gamboge. HEX triplet: EB, A2 and 07. RGB value is (235,162,7). Sum of RGB (Red+Green+Blue) = 235+162+7=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA207 is #145DF8. Grayscale: #A6A6A6. Windows color (decimal): -1334777 or 500459. OLE color: 500459.

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

Color convert

RGB 235 162 7 -
CMYK 0 0.31 0.97 0.08
HSL 40.79º 0.94% 0.47% -
HSV(B) 40.79º 0.97% 0.92% -
XYZ 47.22 43.52 6.11 -
YUV 166.16 38.18 177.1 -
System Red Green Blue C M Y K H S L
Decimal 235 162 7 0 0.31 0.97 0.08 40.79 0.94 0.47
Hex EB A2 7 0 1F 61 8 29 5E 2F
Octal 353 242 7 0 37 141 10 51 136 57
Binary 11101011 10100010 111 0 11111 1100001 1000 101001 1011110 101111

Color Harmonies of #EBA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA207

Black with #EBA207

Text Example


Text Example

White with #EBA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA207; }

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

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

background-color css

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

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

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

border-color css

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

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

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