Html Css Color HEX #EA8F0C Gamboge

📋 copy color: '#EA8F0C'

red 234 ◦ green 143 ◦ blue 12

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

Shades of Gamboge #EA8F0C

Tints of Gamboge #EA8F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

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

R = 60.15%
G = 36.76%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA8F0C (or 0xEA8F0C) is known color: Gamboge. HEX triplet: EA, 8F and 0C. RGB value is (234,143,12). Sum of RGB (Red+Green+Blue) = 234+143+12=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F0C is #1570F3. Grayscale: #9B9B9B. Windows color (decimal): -1405172 or 823274. OLE color: 823274.

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

Color convert

RGB 234 143 12 -
CMYK 0 0.39 0.95 0.08
HSL 35.41º 0.9% 0.48% -
HSV(B) 35.41º 0.95% 0.92% -
XYZ 43.82 37.16 5.21 -
YUV 155.28 47.15 184.15 -
System Red Green Blue C M Y K H S L
Decimal 234 143 12 0 0.39 0.95 0.08 35.41 0.9 0.48
Hex EA 8F C 0 27 5F 8 23 5A 30
Octal 352 217 14 0 47 137 10 43 132 60
Binary 11101010 10001111 1100 0 100111 1011111 1000 100011 1011010 110000

Color Harmonies of #EA8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F0C

Black with #EA8F0C

Text Example


Text Example

White with #EA8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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