Html Css Color HEX #E38A0F Gamboge

📋 copy color: '#E38A0F'

red 227 ◦ green 138 ◦ blue 15

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

Shades of Gamboge #E38A0F

Tints of Gamboge #E38A0F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 59.74%
G = 36.32%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E38A0F (or 0xE38A0F) is known color: Gamboge. HEX triplet: E3, 8A and 0F. RGB value is (227,138,15). Sum of RGB (Red+Green+Blue) = 227+138+15=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38A0F is #1C75F0. Grayscale: #979797. Windows color (decimal): -1865201 or 1018595. OLE color: 1018595.

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

Color convert

RGB 227 138 15 -
CMYK 0 0.39 0.93 0.11
HSL 34.81º 0.88% 0.47% -
HSV(B) 34.81º 0.93% 0.89% -
XYZ 40.85 34.54 4.97 -
YUV 150.59 51.49 182.5 -
System Red Green Blue C M Y K H S L
Decimal 227 138 15 0 0.39 0.93 0.11 34.81 0.88 0.47
Hex E3 8A F 0 27 5D B 23 58 2F
Octal 343 212 17 0 47 135 13 43 130 57
Binary 11100011 10001010 1111 0 100111 1011101 1011 100011 1011000 101111

Color Harmonies of #E38A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38A0F

Black with #E38A0F

Text Example


Text Example

White with #E38A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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