Html Css Color HEX #E38C0F Gamboge

📋 copy color: '#E38C0F'

red 227 ◦ green 140 ◦ blue 15

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

Shades of Gamboge #E38C0F

Tints of Gamboge #E38C0F

RGB

 RED value IS 227 (89.06% from 255) = 59.42%

 GREEN value IS 140 (55.08% from 255) = 36.65%

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

R = 59.42%
G = 36.65%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E38C0F (or 0xE38C0F) is known color: Gamboge. HEX triplet: E3, 8C and 0F. RGB value is (227,140,15). Sum of RGB (Red+Green+Blue) = 227+140+15=382 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.42% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38C0F is #1C73F0. Grayscale: #989898. Windows color (decimal): -1864689 or 1019107. OLE color: 1019107.

HSL color Cylindrical-coordinate representation of color #E38C0F: hue angle of 35.38º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E38C0F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 140 15 -
CMYK 0 0.38 0.93 0.11
HSL 35.38º 0.88% 0.47% -
HSV(B) 35.38º 0.93% 0.89% -
XYZ 41.14 35.12 5.06 -
YUV 151.76 50.82 181.66 -
System Red Green Blue C M Y K H S L
Decimal 227 140 15 0 0.38 0.93 0.11 35.38 0.88 0.47
Hex E3 8C F 0 26 5D B 23 58 2F
Octal 343 214 17 0 46 135 13 43 130 57
Binary 11100011 10001100 1111 0 100110 1011101 1011 100011 1011000 101111

Color Harmonies of #E38C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38C0F

Black with #E38C0F

Text Example


Text Example

White with #E38C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38C0F; }

 p { color: rgb(227,140,15); }

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

background-color css

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

 a { background-color: rgb(227,140,15); }

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

border-color css

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

 span { border-color: rgb(227,140,15); }

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