Html Css Color HEX #EB940C Gamboge

📋 copy color: '#EB940C'

red 235 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #EB940C

Tints of Gamboge #EB940C

RGB

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

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

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

R = 59.49%
G = 37.47%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB940C (or 0xEB940C) is known color: Gamboge. HEX triplet: EB, 94 and 0C. RGB value is (235,148,12). Sum of RGB (Red+Green+Blue) = 235+148+12=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB940C is #146BF3. Grayscale: #9F9F9F. Windows color (decimal): -1338356 or 824555. OLE color: 824555.

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

Color convert

RGB 235 148 12 -
CMYK 0 0.37 0.95 0.08
HSL 36.59º 0.9% 0.48% -
HSV(B) 36.59º 0.95% 0.92% -
XYZ 44.92 38.87 5.48 -
YUV 158.51 45.32 182.56 -
System Red Green Blue C M Y K H S L
Decimal 235 148 12 0 0.37 0.95 0.08 36.59 0.9 0.48
Hex EB 94 C 0 25 5F 8 25 5A 30
Octal 353 224 14 0 45 137 10 45 132 60
Binary 11101011 10010100 1100 0 100101 1011111 1000 100101 1011010 110000

Color Harmonies of #EB940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB940C

Black with #EB940C

Text Example


Text Example

White with #EB940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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