Html Css Color HEX #E68F0A Gamboge

📋 copy color: '#E68F0A'

red 230 ◦ green 143 ◦ blue 10

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

Shades of Gamboge #E68F0A

Tints of Gamboge #E68F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 60.05%
G = 37.34%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E68F0A (or 0xE68F0A) is known color: Gamboge. HEX triplet: E6, 8F and 0A. RGB value is (230,143,10). Sum of RGB (Red+Green+Blue) = 230+143+10=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68F0A is #1970F5. Grayscale: #9A9A9A. Windows color (decimal): -1667318 or 692198. OLE color: 692198.

HSL color Cylindrical-coordinate representation of color #E68F0A: hue angle of 36.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E68F0A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 143 10 -
CMYK 0 0.38 0.96 0.10
HSL 36.27º 0.92% 0.47% -
HSV(B) 36.27º 0.96% 0.9% -
XYZ 42.51 36.49 5.09 -
YUV 153.85 46.82 182.31 -
System Red Green Blue C M Y K H S L
Decimal 230 143 10 0 0.38 0.96 0.10 36.27 0.92 0.47
Hex E6 8F A 0 26 60 A 24 5C 2F
Octal 346 217 12 0 46 140 12 44 134 57
Binary 11100110 10001111 1010 0 100110 1100000 1010 100100 1011100 101111

Color Harmonies of #E68F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F0A

Black with #E68F0A

Text Example


Text Example

White with #E68F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F0A; }

 p { color: rgb(230,143,10); }

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

background-color css

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

 a { background-color: rgb(230,143,10); }

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

border-color css

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

 span { border-color: rgb(230,143,10); }

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