Html Css Color HEX #E09B1C Gamboge

📋 copy color: '#E09B1C'

red 224 ◦ green 155 ◦ blue 28

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

Shades of Gamboge #E09B1C

Tints of Gamboge #E09B1C

RGB

 RED value IS 224 (87.89% from 255) = 55.04%

 GREEN value IS 155 (60.94% from 255) = 38.08%

 BLUE value IS 28 (11.33% from 255) = 6.88%

R = 55.04%
G = 38.08%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E09B1C (or 0xE09B1C) is known color: Gamboge. HEX triplet: E0, 9B and 1C. RGB value is (224,155,28). Sum of RGB (Red+Green+Blue) = 224+155+28=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09B1C is #1F64E3. Grayscale: #A1A1A1. Windows color (decimal): -2057444 or 1874912. OLE color: 1874912.

HSL color Cylindrical-coordinate representation of color #E09B1C: hue angle of 38.88º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E09B1C is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 155 28 -
CMYK 0 0.31 0.88 0.12
HSL 38.88º 0.78% 0.49% -
HSV(B) 38.88º 0.88% 0.88% -
XYZ 42.67 39.37 6.45 -
YUV 161.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 224 155 28 0 0.31 0.88 0.12 38.88 0.78 0.49
Hex E0 9B 1C 0 1F 58 C 27 4E 31
Octal 340 233 34 0 37 130 14 47 116 61
Binary 11100000 10011011 11100 0 11111 1011000 1100 100111 1001110 110001

Color Harmonies of #E09B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09B1C

Black with #E09B1C

Text Example


Text Example

White with #E09B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09B1C; }

 p { color: rgb(224,155,28); }

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

background-color css

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

 a { background-color: rgb(224,155,28); }

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

border-color css

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

 span { border-color: rgb(224,155,28); }

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