Html Css Color HEX #EB8F0C Gamboge

📋 copy color: '#EB8F0C'

red 235 ◦ green 143 ◦ blue 12

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

Shades of Gamboge #EB8F0C

Tints of Gamboge #EB8F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 60.26%
G = 36.67%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB8F0C (or 0xEB8F0C) is known color: Gamboge. HEX triplet: EB, 8F and 0C. RGB value is (235,143,12). Sum of RGB (Red+Green+Blue) = 235+143+12=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8F0C is #1470F3. Grayscale: #9C9C9C. Windows color (decimal): -1339636 or 823275. OLE color: 823275.

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

Color convert

RGB 235 143 12 -
CMYK 0 0.39 0.95 0.08
HSL 35.25º 0.9% 0.48% -
HSV(B) 35.25º 0.95% 0.92% -
XYZ 44.15 37.33 5.23 -
YUV 155.57 46.98 184.65 -
System Red Green Blue C M Y K H S L
Decimal 235 143 12 0 0.39 0.95 0.08 35.25 0.9 0.48
Hex EB 8F C 0 27 5F 8 23 5A 30
Octal 353 217 14 0 47 137 10 43 132 60
Binary 11101011 10001111 1100 0 100111 1011111 1000 100011 1011010 110000

Color Harmonies of #EB8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F0C

Black with #EB8F0C

Text Example


Text Example

White with #EB8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F0C; }

 p { color: rgb(235,143,12); }

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

background-color css

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

 a { background-color: rgb(235,143,12); }

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

border-color css

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

 span { border-color: rgb(235,143,12); }

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