Html Css Color HEX #E28B0F Gamboge

📋 copy color: '#E28B0F'

red 226 ◦ green 139 ◦ blue 15

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

Shades of Gamboge #E28B0F

Tints of Gamboge #E28B0F

RGB

 RED value IS 226 (88.67% from 255) = 59.47%

 GREEN value IS 139 (54.69% from 255) = 36.58%

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

R = 59.47%
G = 36.58%
B = 3.95%

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

#E28B0F (or 0xE28B0F) is known color: Gamboge. HEX triplet: E2, 8B and 0F. RGB value is (226,139,15). Sum of RGB (Red+Green+Blue) = 226+139+15=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28B0F is #1D74F0. Grayscale: #979797. Windows color (decimal): -1930481 or 1018850. OLE color: 1018850.

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

Color convert

RGB 226 139 15 -
CMYK 0 0.38 0.93 0.11
HSL 35.26º 0.88% 0.47% -
HSV(B) 35.26º 0.93% 0.89% -
XYZ 40.68 34.67 5 -
YUV 150.88 51.32 181.58 -
System Red Green Blue C M Y K H S L
Decimal 226 139 15 0 0.38 0.93 0.11 35.26 0.88 0.47
Hex E2 8B F 0 26 5D B 23 58 2F
Octal 342 213 17 0 46 135 13 43 130 57
Binary 11100010 10001011 1111 0 100110 1011101 1011 100011 1011000 101111

Color Harmonies of #E28B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28B0F

Black with #E28B0F

Text Example


Text Example

White with #E28B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28B0F; }

 p { color: rgb(226,139,15); }

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

background-color css

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

 a { background-color: rgb(226,139,15); }

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

border-color css

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

 span { border-color: rgb(226,139,15); }

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