Html Css Color HEX #E38D0F Gamboge

📋 copy color: '#E38D0F'

red 227 ◦ green 141 ◦ blue 15

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

Shades of Gamboge #E38D0F

Tints of Gamboge #E38D0F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.81%

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

R = 59.27%
G = 36.81%
B = 3.92%

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

#E38D0F (or 0xE38D0F) is known color: Gamboge. HEX triplet: E3, 8D and 0F. RGB value is (227,141,15). Sum of RGB (Red+Green+Blue) = 227+141+15=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38D0F is #1C72F0. Grayscale: #989898. Windows color (decimal): -1864433 or 1019363. OLE color: 1019363.

HSL color Cylindrical-coordinate representation of color #E38D0F: hue angle of 35.66º 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 #E38D0F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 141 15 -
CMYK 0 0.38 0.93 0.11
HSL 35.66º 0.88% 0.47% -
HSV(B) 35.66º 0.93% 0.89% -
XYZ 41.29 35.42 5.11 -
YUV 152.35 50.49 181.25 -
System Red Green Blue C M Y K H S L
Decimal 227 141 15 0 0.38 0.93 0.11 35.66 0.88 0.47
Hex E3 8D F 0 26 5D B 24 58 2F
Octal 343 215 17 0 46 135 13 44 130 57
Binary 11100011 10001101 1111 0 100110 1011101 1011 100100 1011000 101111

Color Harmonies of #E38D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D0F

Black with #E38D0F

Text Example


Text Example

White with #E38D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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