Html Css Color HEX #EB8F0D Gamboge

📋 copy color: '#EB8F0D'

red 235 ◦ green 143 ◦ blue 13

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

Shades of Gamboge #EB8F0D

Tints of Gamboge #EB8F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 60.1%
G = 36.57%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB8F0D (or 0xEB8F0D) is known color: Gamboge. HEX triplet: EB, 8F and 0D. RGB value is (235,143,13). Sum of RGB (Red+Green+Blue) = 235+143+13=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8F0D is #1470F2. Grayscale: #9C9C9C. Windows color (decimal): -1339635 or 888811. OLE color: 888811.

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

Color convert

RGB 235 143 13 -
CMYK 0 0.39 0.94 0.08
HSL 35.14º 0.9% 0.49% -
HSV(B) 35.14º 0.94% 0.92% -
XYZ 44.16 37.34 5.26 -
YUV 155.69 47.48 184.57 -
System Red Green Blue C M Y K H S L
Decimal 235 143 13 0 0.39 0.94 0.08 35.14 0.9 0.49
Hex EB 8F D 0 27 5E 8 23 5A 31
Octal 353 217 15 0 47 136 10 43 132 61
Binary 11101011 10001111 1101 0 100111 1011110 1000 100011 1011010 110001

Color Harmonies of #EB8F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F0D

Black with #EB8F0D

Text Example


Text Example

White with #EB8F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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