Html Css Color HEX #EB9F03 Gamboge

📋 copy color: '#EB9F03'

red 235 ◦ green 159 ◦ blue 3

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

Shades of Gamboge #EB9F03

Tints of Gamboge #EB9F03

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 59.19%
G = 40.05%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB9F03 (or 0xEB9F03) is known color: Gamboge. HEX triplet: EB, 9F and 03. RGB value is (235,159,3). Sum of RGB (Red+Green+Blue) = 235+159+3=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB9F03 is #1460FC. Grayscale: #A4A4A4. Windows color (decimal): -1335549 or 237547. OLE color: 237547.

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

Color convert

RGB 235 159 3 -
CMYK 0 0.32 0.99 0.08
HSL 40.34º 0.97% 0.47% -
HSV(B) 40.34º 0.99% 0.92% -
XYZ 46.68 42.47 5.82 -
YUV 163.94 37.18 178.68 -
System Red Green Blue C M Y K H S L
Decimal 235 159 3 0 0.32 0.99 0.08 40.34 0.97 0.47
Hex EB 9F 3 0 20 63 8 28 61 2F
Octal 353 237 3 0 40 143 10 50 141 57
Binary 11101011 10011111 11 0 100000 1100011 1000 101000 1100001 101111

Color Harmonies of #EB9F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9F03

Black with #EB9F03

Text Example


Text Example

White with #EB9F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9F03; }

 p { color: rgb(235,159,3); }

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

background-color css

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

 a { background-color: rgb(235,159,3); }

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

border-color css

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

 span { border-color: rgb(235,159,3); }

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