Html Css Color HEX #E6900F Gamboge

📋 copy color: '#E6900F'

red 230 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #E6900F

Tints of Gamboge #E6900F

RGB

 RED value IS 230 (90.23% from 255) = 59.13%

 GREEN value IS 144 (56.64% from 255) = 37.02%

 BLUE value IS 15 (6.25% from 255) = 3.86%

R = 59.13%
G = 37.02%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6900F (or 0xE6900F) is known color: Gamboge. HEX triplet: E6, 90 and 0F. RGB value is (230,144,15). Sum of RGB (Red+Green+Blue) = 230+144+15=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6900F is #196FF0. Grayscale: #9B9B9B. Windows color (decimal): -1667057 or 1020134. OLE color: 1020134.

HSL color Cylindrical-coordinate representation of color #E6900F: hue angle of 36º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6900F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 15 -
CMYK 0 0.37 0.93 0.10
HSL 36º 0.88% 0.48% -
HSV(B) 36º 0.93% 0.9% -
XYZ 42.69 36.8 5.31 -
YUV 155.01 48.99 181.49 -
System Red Green Blue C M Y K H S L
Decimal 230 144 15 0 0.37 0.93 0.10 36 0.88 0.48
Hex E6 90 F 0 25 5D A 24 58 30
Octal 346 220 17 0 45 135 12 44 130 60
Binary 11100110 10010000 1111 0 100101 1011101 1010 100100 1011000 110000

Color Harmonies of #E6900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6900F

Black with #E6900F

Text Example


Text Example

White with #E6900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6900F; }

 p { color: rgb(230,144,15); }

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

background-color css

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

 a { background-color: rgb(230,144,15); }

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

border-color css

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

 span { border-color: rgb(230,144,15); }

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