Html Css Color HEX #E4980C Gamboge

📋 copy color: '#E4980C'

red 228 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #E4980C

Tints of Gamboge #E4980C

RGB

 RED value IS 228 (89.45% from 255) = 58.16%

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 58.16%
G = 38.78%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4980C (or 0xE4980C) is known color: Gamboge. HEX triplet: E4, 98 and 0C. RGB value is (228,152,12). Sum of RGB (Red+Green+Blue) = 228+152+12=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E4980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4980C is #1B67F3. Grayscale: #9F9F9F. Windows color (decimal): -1796084 or 825572. OLE color: 825572.

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

Color convert

RGB 228 152 12 -
CMYK 0 0.33 0.95 0.11
HSL 38.89º 0.9% 0.47% -
HSV(B) 38.89º 0.95% 0.89% -
XYZ 43.29 38.98 5.59 -
YUV 158.76 45.18 177.38 -
System Red Green Blue C M Y K H S L
Decimal 228 152 12 0 0.33 0.95 0.11 38.89 0.9 0.47
Hex E4 98 C 0 21 5F B 27 5A 2F
Octal 344 230 14 0 41 137 13 47 132 57
Binary 11100100 10011000 1100 0 100001 1011111 1011 100111 1011010 101111

Color Harmonies of #E4980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4980C

Black with #E4980C

Text Example


Text Example

White with #E4980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4980C; }

 p { color: rgb(228,152,12); }

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

background-color css

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

 a { background-color: rgb(228,152,12); }

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

border-color css

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

 span { border-color: rgb(228,152,12); }

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