Html Css Color HEX #ED8F0C Gamboge

📋 copy color: '#ED8F0C'

red 237 ◦ green 143 ◦ blue 12

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

Shades of Gamboge #ED8F0C

Tints of Gamboge #ED8F0C

RGB

 RED value IS 237 (92.97% from 255) = 60.46%

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

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

R = 60.46%
G = 36.48%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED8F0C (or 0xED8F0C) is known color: Gamboge. HEX triplet: ED, 8F and 0C. RGB value is (237,143,12). Sum of RGB (Red+Green+Blue) = 237+143+12=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F0C is #1270F3. Grayscale: #9C9C9C. Windows color (decimal): -1208564 or 823277. OLE color: 823277.

HSL color Cylindrical-coordinate representation of color #ED8F0C: hue angle of 34.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED8F0C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 12 -
CMYK 0 0.40 0.95 0.07
HSL 34.93º 0.9% 0.49% -
HSV(B) 34.93º 0.95% 0.93% -
XYZ 44.81 37.68 5.26 -
YUV 156.17 46.64 185.65 -
System Red Green Blue C M Y K H S L
Decimal 237 143 12 0 0.40 0.95 0.07 34.93 0.9 0.49
Hex ED 8F C 0 28 5F 7 23 5A 31
Octal 355 217 14 0 50 137 7 43 132 61
Binary 11101101 10001111 1100 0 101000 1011111 111 100011 1011010 110001

Color Harmonies of #ED8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F0C

Black with #ED8F0C

Text Example


Text Example

White with #ED8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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