Html Css Color HEX #EA920B Gamboge

📋 copy color: '#EA920B'

red 234 ◦ green 146 ◦ blue 11

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

Shades of Gamboge #EA920B

Tints of Gamboge #EA920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 59.85%
G = 37.34%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA920B (or 0xEA920B) is known color: Gamboge. HEX triplet: EA, 92 and 0B. RGB value is (234,146,11). Sum of RGB (Red+Green+Blue) = 234+146+11=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA920B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA920B is #156DF4. Grayscale: #9D9D9D. Windows color (decimal): -1404405 or 758506. OLE color: 758506.

HSL color Cylindrical-coordinate representation of color #EA920B: hue angle of 36.32º degrees, saturation: 0.91, 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 #EA920B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 146 11 -
CMYK 0 0.38 0.95 0.08
HSL 36.32º 0.91% 0.48% -
HSV(B) 36.32º 0.95% 0.92% -
XYZ 44.27 38.07 5.33 -
YUV 156.92 45.65 182.98 -
System Red Green Blue C M Y K H S L
Decimal 234 146 11 0 0.38 0.95 0.08 36.32 0.91 0.48
Hex EA 92 B 0 26 5F 8 24 5B 30
Octal 352 222 13 0 46 137 10 44 133 60
Binary 11101010 10010010 1011 0 100110 1011111 1000 100100 1011011 110000

Color Harmonies of #EA920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA920B

Black with #EA920B

Text Example


Text Example

White with #EA920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA920B; }

 p { color: rgb(234,146,11); }

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

background-color css

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

 a { background-color: rgb(234,146,11); }

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

border-color css

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

 span { border-color: rgb(234,146,11); }

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