Html Css Color HEX #EB940D Gamboge

📋 copy color: '#EB940D'

red 235 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #EB940D

Tints of Gamboge #EB940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

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

R = 59.34%
G = 37.37%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB940D (or 0xEB940D) is known color: Gamboge. HEX triplet: EB, 94 and 0D. RGB value is (235,148,13). Sum of RGB (Red+Green+Blue) = 235+148+13=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB940D is #146BF2. Grayscale: #9F9F9F. Windows color (decimal): -1338355 or 890091. OLE color: 890091.

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

Color convert

RGB 235 148 13 -
CMYK 0 0.37 0.94 0.08
HSL 36.49º 0.9% 0.49% -
HSV(B) 36.49º 0.94% 0.92% -
XYZ 44.92 38.87 5.52 -
YUV 158.62 45.82 182.48 -
System Red Green Blue C M Y K H S L
Decimal 235 148 13 0 0.37 0.94 0.08 36.49 0.9 0.49
Hex EB 94 D 0 25 5E 8 24 5A 31
Octal 353 224 15 0 45 136 10 44 132 61
Binary 11101011 10010100 1101 0 100101 1011110 1000 100100 1011010 110001

Color Harmonies of #EB940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB940D

Black with #EB940D

Text Example


Text Example

White with #EB940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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