Html Css Color HEX #EB920D Gamboge

📋 copy color: '#EB920D'

red 235 ◦ green 146 ◦ blue 13

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

Shades of Gamboge #EB920D

Tints of Gamboge #EB920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

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

R = 59.64%
G = 37.06%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB920D (or 0xEB920D) is known color: Gamboge. HEX triplet: EB, 92 and 0D. RGB value is (235,146,13). Sum of RGB (Red+Green+Blue) = 235+146+13=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB920D is #146DF2. Grayscale: #9E9E9E. Windows color (decimal): -1338867 or 889579. OLE color: 889579.

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

Color convert

RGB 235 146 13 -
CMYK 0 0.38 0.94 0.08
HSL 35.95º 0.9% 0.49% -
HSV(B) 35.95º 0.94% 0.92% -
XYZ 44.61 38.25 5.41 -
YUV 157.45 46.49 183.31 -
System Red Green Blue C M Y K H S L
Decimal 235 146 13 0 0.38 0.94 0.08 35.95 0.9 0.49
Hex EB 92 D 0 26 5E 8 24 5A 31
Octal 353 222 15 0 46 136 10 44 132 61
Binary 11101011 10010010 1101 0 100110 1011110 1000 100100 1011010 110001

Color Harmonies of #EB920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB920D

Black with #EB920D

Text Example


Text Example

White with #EB920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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