Html Css Color HEX #EA990C Gamboge

📋 copy color: '#EA990C'

red 234 ◦ green 153 ◦ blue 12

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

Shades of Gamboge #EA990C

Tints of Gamboge #EA990C

RGB

 RED value IS 234 (91.8% from 255) = 58.65%

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 58.65%
G = 38.35%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA990C (or 0xEA990C) is known color: Gamboge. HEX triplet: EA, 99 and 0C. RGB value is (234,153,12). Sum of RGB (Red+Green+Blue) = 234+153+12=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA990C is #1566F3. Grayscale: #A1A1A1. Windows color (decimal): -1402612 or 825834. OLE color: 825834.

HSL color Cylindrical-coordinate representation of color #EA990C: hue angle of 38.11º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA990C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 153 12 -
CMYK 0 0.35 0.95 0.08
HSL 38.11º 0.9% 0.48% -
HSV(B) 38.11º 0.95% 0.92% -
XYZ 45.39 40.3 5.73 -
YUV 161.15 43.84 179.96 -
System Red Green Blue C M Y K H S L
Decimal 234 153 12 0 0.35 0.95 0.08 38.11 0.9 0.48
Hex EA 99 C 0 23 5F 8 26 5A 30
Octal 352 231 14 0 43 137 10 46 132 60
Binary 11101010 10011001 1100 0 100011 1011111 1000 100110 1011010 110000

Color Harmonies of #EA990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA990C

Black with #EA990C

Text Example


Text Example

White with #EA990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA990C; }

 p { color: rgb(234,153,12); }

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

background-color css

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

 a { background-color: rgb(234,153,12); }

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

border-color css

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

 span { border-color: rgb(234,153,12); }

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